Add Tag Instance To Person
add_tag_instance_to_personAssign a tag to a person in Procore to categorize workforce resources. Optionally set an expiration date for time-sensitive tags.
Instructions
Add Tag Instance to Person. Use this to create a new Resource Planning records in Procore. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, person_id, tag_id. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/people/{person_id}/tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| person_id | Yes | URL path parameter — unique identifier for the person | |
| tag_id | Yes | JSON request body field — uUID reference to the **Tag entity** in the LaborChart system. This identifies the Tag being assigned to the Person. **Tag ID vs Tag Instance ID** - `tag_id` references the **Tag entity** in your s... | |
| expr_date | No | JSON request body field — expiration date for the tag in **milliseconds since epoch** (Unix timestamp). Required if the tag type mandates an expiration date. |