Create Organization Field
POST {{baseUrl}}/api/v2/organization_fields
Creates any of the following custom field types:
- text (default when no
type
is specified) - textarea
- checkbox
- date
- integer
- decimal
- regexp
- dropdown
- lookup
See About custom field types in Zendesk help.
Allowed For
- Admins
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"organization_field":{"active":true,"created_at":"2013-02-27T20:35:55Z","description":"This field describes the support plan this organization has","id":75,"key":"support_description","position":0,"raw_description":"This field describes the support plan this organization has","raw_title":"Support description","regexp_for_validation":null,"title":"Support description","type":"text","updated_at":"2013-02-27T20:35:55Z","url":"https://company.zendesk.com/api/v2/organization_fields/75.json"}}