create_company_person
Add new personnel records to a company directory in Procore by providing essential details like name, job title, and employee status.
Instructions
Create Company Person. [Core/Directory] POST /rest/v1.0/companies/{company_id}/people
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | ID of the company | |
| 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. |