Make Tag From Being Available To Group
make_tag_from_being_available_to_groupAssign a Resource Planning tag to specific groups in Procore. Provide company_id, tag_id, and group_ids to make the tag available to those groups.
Instructions
Makes a Resource Planning Tag from being Available to a given Group. Use this to perform the make tag action on Resource Planning records. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, tag_id, group_ids. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/tags/{tag_id}/groups
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... | |
| tag_id | Yes | URL path parameter — unique identifier for the tag. | |
| group_ids | Yes | JSON request body field — array of UUIDs for which Groups this Tag should be available to or removed from, depending on the context. If `globally_accessible` is true, this can be an empty array. |