PATCH /rest/v2.0/companies/{company_id}/users/bulk_update_project_details
This endpoint allows company users to bulk update their project details on multiple projects. Users must already be assigned to the project before their project details (roles, permission templates) can be updated.
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
users[] |
Array | Yes |
Array of existing company users with a permission template id, project_role_ids, and project id that they want updated. The maximum amount per request is 1000 user_id, project_id, project_role_ids, permission_template_id objects. If more than 1000 objects are sent then a worker will be triggered to perform the action asynchronously. |
users[].project_id |
String | No |
The ID of user's project to update |
users[].permission_template_id |
String | No |
The ID of the permission template to update for the user |
users[].project_role_ids[] |
Array | No |
An array of project role IDs to assign to the user for the project |
users[].user_id |
String | No |
The ID of the user update |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.