Bulk Remove Company Users From Projects
bulk_remove_company_users_from_projectsBulk remove company users from multiple projects in a single request. This action deletes directory records and cannot be undone.
Instructions
This endpoint allows company users to be bulk removed from multiple projects. Use this to delete many Directory records records in a single request — this cannot be undone. Removes many Directory records records in one request. This cannot be undone. Required parameters: company_id, users. Procore API (v2.0): Core > Directory. Endpoint: POST /rest/v2.0/companies/{company_id}/users/bulk_remove
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 project id that they will be removed from. The maximum amount per request is 50 user_id, project_id duplets. If more than 50 objects are sent then a worker wi... |