Create Project Person
create_project_personCreate a new reference user in a Procore project directory. Provide project ID and last name to add a person record.
Instructions
Create a new Person in the specified Project. This endpoint can currently only create reference users. It cannot create a user who can login. Use this to create a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: project_id, last_name. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/people
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — 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 | JSON request body field — the First Name of the Project Person | |
| last_name | Yes | JSON request body field — the Last Name of the Project Person | |
| is_employee | No | JSON request body field — the Employee status of the Project Person | |
| employee_id | No | JSON request body field — the Employee ID of the Project Person | |
| origin_id | No | JSON request body field — the ID of the External Data associated with the Project Person | |
| job_title | No | JSON request body field — the Job Title of the Project Person | |
| work_classification_id | No | JSON request body field — the unique identifier for the work classification of the Project Person. |