update_company_person
Modify personnel records in Procore by updating details like name, job title, employee status, and work classification for a specific company.
Instructions
Update company person. [Core/Directory] PATCH /rest/v1.0/companies/{company_id}/people/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ID of the company | |
| id | Yes | ID of the person | |
| view | No | Specifies which view of the resource to return (which attributes should be present in the response). If a valid view is not provided, it will default to normal. | |
| first_name | No | The First Name of the Company Person | |
| last_name | Yes | The Last Name of the Company Person | |
| is_employee | No | The Employee status of the Company Person | |
| employee_id | No | The Employee ID of the Company Person | |
| active | No | The active status of the Company Person | |
| origin_id | No | The Origin ID of the Company User | |
| job_title | No | The Job Title of the Company Person | |
| work_classification_id | No | The unique identifier for the work classification of the Company Person. |