Create Organization
POST {{baseUrl}}/api/v2/organizations
You must provide a unique name
for each organization. Normally
the system doesn't allow records to be created with identical names.
However, a race condition can occur if you make two or more identical
POSTs very close to each other, causing the records to have identical
organization names.
Allowed For
- Admins
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"organization":{"created_at":"2020-09-30T01:50:12Z","details":null,"domain_names":[],"external_id":null,"group_id":null,"id":23409462,"name":"My Organization","notes":null,"organization_fields":null,"shared_comments":false,"shared_tickets":false,"tags":[],"updated_at":"2020-09-30T01:50:12Z","url":"https://example.zendesk.com/api/v2/organizations/23409462.json"}}