create_project_person
Add personnel to Procore projects by specifying project ID, names, and optional details like job title and employee status.
Instructions
Create project Person. [Core/Directory] POST /rest/v1.0/projects/{project_id}/people
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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. |