Add Role To Project
add_role_to_projectAssign a person to a role in a Procore project, creating a Resource Planning record. Requires company ID, project ID, and person ID.
Instructions
Assign a Person to a Role in a Project. A successful response returns the new Role UUID. 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, project_id, person_id. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}/roles
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... | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| person_id | Yes | JSON request body field — uUID of the Person being assigned the Role. | |
| job_title_id | No | JSON request body field — uUID of the Job Title for the Role. If omitted, the Person's default Job Title is used. |