add_role_to_project
Assign a person to a role within a Procore project for workforce planning and resource management.
Instructions
Add Role to Project. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/roles
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... | |
| project_id | Yes | Unique identifier for the project | |
| person_id | Yes | UUID of the Person being assigned the Role. | |
| job_title_id | No | UUID of the Job Title for the Role. If omitted, the Person's default Job Title is used. |