Bulk Activation
bulk_activationActivate up to 1,000 people at once by providing a company ID and array of people IDs. Creates new directory records in Procore.
Instructions
Activate up to 1000 people at once. Use this to perform the bulk activation 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_activate
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 activate |