Bulk Remove Project Details For Company Users On Projects
bulk_remove_project_details_for_company_users_on_projectsRemoves project details from multiple company users across projects in bulk. Updates existing directory records in Procore.
Instructions
This endpoint allows company users to bulk remove project details on multiple projects. Use this to update an existing Directory records (only the supplied fields are changed). Moves the Directory records to its new position and returns the updated object. Required parameters: company_id, users. Procore API (v2.0): Core > Directory. Endpoint: PATCH /rest/v2.0/companies/{company_id}/users/bulk_remove_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,... |