Bulk Update Project Details For Company Users On Projects
bulk_update_project_details_for_company_users_on_projectsBulk update project details (roles, permission templates) for company users assigned to projects. Update existing directory records for multiple users in one request.
Instructions
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. Use this to update an existing Directory records (only the supplied fields are changed). Updates the specified Directory records and returns the modified object on success. Required parameters: company_id, users. Procore API (v2.0): Core > Directory. Endpoint: PATCH /rest/v2.0/companies/{company_id}/users/bulk_update_project_details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| users | Yes | JSON request body field — 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,... |