Bulk update users

Update up to the bulk-endpoint cap of users in a single request. Pass an array of user payloads in data; each entry must include the target id plus the same patchable fields accepted by PATCH /v3/users/{id}. Each row is processed independently and the response reports per-row success or failure. Use for HRIS-driven backfills of employee_id, office/department reassignments, or job title updates across many users.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
length ≤ 255

Optional HTTPS URL Greenhouse will POST to when every row in data has finished. Omit to poll GET /v3/bulk_requests/{bulk_action_uuid} instead.

data
array of objects
required

Array of single-resource update payloads to process. Each item must include the integer id of the record to update and otherwise match the schema of the matching non-bulk PATCH endpoint; rows are validated and executed independently.

data*
Responses

401

Unauthorized

413

Payload is larger than 10MB

422

Validation Error

429

Client has more than 5 active jobs

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json