Jobs
Bulk create jobs
Asynchronously create many jobs in a single call, typically for HRIS sync workflows that open a batch of requisitions at once. Each item follows the same shape as POST /v3/jobs, with template_job_id and number_of_openings required, and is processed independently. A bulk_action_uuid is returned immediately. Per-item success or failure is reported through GET /v3/bulk_requests/{bulk_action_uuid}.
post/v3/jobs/bulk
Request body
Response
Accepted
Changes
No recorded changes to this endpoint across all 1 revision of this API.