Make Job Title Available To Group
make_job_title_available_to_groupMakes a job title available to a group by creating a Resource Planning record. Requires company, job title, and group IDs.
Instructions
Makes a Job Title available to a Group it was not previously available to. Use this to perform the make job action on Resource Planning records. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, job_title_id, group_id. Procore API: Resource Management > Resource Planning. Endpoint: 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 | 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... | |
| job_title_id | Yes | URL path parameter — unique identifier for the Job Title. | |
| group_id | Yes | JSON request body field — uUID of the Group the Job Title is being added to or removed from. |