Zendesk · JSON Structure

Zendesk Support Organization Structure

Type: object Properties: 14
ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

Organization is a JSON Structure definition published by Zendesk, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id url name details notes domain_names group_id shared_tickets shared_comments external_id tags organization_fields created_at updated_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Organization",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "details": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "domain_names": {
      "type": "array"
    },
    "group_id": {
      "type": "integer"
    },
    "shared_tickets": {
      "type": "boolean"
    },
    "shared_comments": {
      "type": "boolean"
    },
    "external_id": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "organization_fields": {
      "type": "object"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}