v1
latestOpenAPI 3.1.02026-07-261770816.7 KBJobs
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