Zendesk · JSON Structure

Zendesk Support Organization Update Structure

Type: object Properties: 10
ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

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

Properties

name details notes domain_names group_id shared_tickets shared_comments external_id tags organization_fields

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OrganizationUpdate",
  "type": "object",
  "properties": {
    "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"
    }
  }
}