Create Many Organizations

POST {{baseUrl}}/api/v2/organizations/create_many

Accepts an array of up to 100 organization objects.

Response

This endpoint returns a job_status JSON object and queues a background job to do the work. Use the Show Job Status endpoint to check for the job's completion.

Allowed For

  • Agents, with restrictions applying on certain actions

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"job_status":{"id":"8b726e606741012ffc2d782bcb7848fe","message":"Completed at Fri Apr 13 02:51:53 +0000 2012","progress":2,"results":[{"action":"update","id":380,"status":"Updated","success":true}],"status":"completed","total":2,"url":"https://company.zendesk.com/api/v2/job_statuses/8b726e606741012ffc2d782bcb7848fe.json"}}