Retrieves The Status Of The Asyncronous Job That A Bulk Users Command Queued
retrieves_the_status_of_the_asyncronous_job_that_a_bulk_usersCheck the progress and result of a bulk user directory operation in Procore. Returns status details for a specified job ID.
Instructions
Retrieves the status of the asyncronous job that a bulk users command queued. Use this to read information about Directory records from Procore. Returns a JSON object describing the requested Directory records. Required parameters: company_id, id. Procore API (v2.0): Core > Directory. Endpoint: GET /rest/v2.0/companies/{company_id}/users/bulk/status/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |