Add Company User To Project
add_company_user_to_projectAdd a company directory user to a project directory, enabling them to work on the project with appropriate permissions.
Instructions
Adds a user from the Company Directory to the Project Directory. #### Created Response For null values, the key won't be returned. Pass the record's fields as top-level arguments — they are nested under "user" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Creates the company user and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| permission_template_id | No | JSON request body field — user permission template identifier |