make_job_title_available_to_group
Assign a job title to a specific group within Procore's resource planning system to manage workforce availability and permissions.
Instructions
Make Job Title available to Group. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/job-titles/{job_title_id}/groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | 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... | |
| job_title_id | Yes | Unique identifier for the Job Title. | |
| group_id | Yes | UUID of the Group the Job Title is being added to or removed from. |