update_project_person
Modify personnel details for a specific project in Procore, including names, job titles, and employment status.
Instructions
Update project person. [Core/Directory] PATCH /rest/v1.0/projects/{project_id}/people/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project | |
| id | Yes | ID of the person | |
| view | No | Specifies which view of the resource to return (which attributes should be present in the response). Users without read permissions to Directory are limited to the normal and extended views. If a v... | |
| first_name | No | The First Name of the Project Person | |
| last_name | Yes | The Last Name of the Project Person | |
| is_employee | No | The Employee status of the Project Person | |
| employee_id | No | The Employee ID of the Project Person | |
| origin_id | No | The ID of the External Data associated with the Project Person | |
| job_title | No | The Job Title of the Project Person | |
| work_classification_id | No | The unique identifier for the work classification of the Project Person. |