Add Company User To Project
add_company_user_to_projectAdd a user from the Company Directory to the Project Directory using the project ID and user ID.
Instructions
Adds a user from the Company Directory to the Project Directory. #### Created Response For null values, the key won't be returned. 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, id. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/users/{id}/actions/add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| permission_template_id | No | JSON request body field — user permission template identifier |