Bulk Deactivation
bulk_deactivationDeactivate up to 1000 people in your Procore company directory in a single API call. Specify company ID and list of person IDs.
Instructions
Deactivate up to 1000 people at once. Use this to perform the bulk deactivation action on Directory records. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: company_id, ids. Procore API (v2.0): Core > Directory. Endpoint: POST /rest/v2.0/companies/{company_id}/people/bulk_deactivate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| ids | Yes | JSON request body field — array of people IDs to deactivate |