Create Many Memberships
POST {{baseUrl}}/api/v2/organization_memberships/create_many
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
- Admins
- Agents
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"job_status":{"id":"8b726e606741012ffc2d782bcb7848fe","message":"Completed at Fri Apr 13 02:51:53 +0000 2012","progress":2,"results":[{"action":"create","id":380,"status":"Created","success":true}],"status":"completed","total":2,"url":"https://company.zendesk.com/api/v2/job_statuses/8b726e606741012ffc2d782bcb7848fe.json"}}