Zendesk · JSON Structure

Zendesk Support User Structure

Type: object Properties: 36
ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

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

Properties

id url name email phone photo locale_id locale time_zone organization_id role custom_role_id verified external_id tags alias active shared shared_agent shared_phone_number signature details notes restricted_agent suspended default_group_id report_csv only_private_comments ticket_restriction moderator chat_only two_factor_auth_enabled user_fields last_login_at 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": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "photo": {
      "type": "object"
    },
    "locale_id": {
      "type": "integer"
    },
    "locale": {
      "type": "string"
    },
    "time_zone": {
      "type": "string"
    },
    "organization_id": {
      "type": "integer"
    },
    "role": {
      "type": "string"
    },
    "custom_role_id": {
      "type": "integer"
    },
    "verified": {
      "type": "boolean"
    },
    "external_id": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "alias": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "shared": {
      "type": "boolean"
    },
    "shared_agent": {
      "type": "boolean"
    },
    "shared_phone_number": {
      "type": "boolean"
    },
    "signature": {
      "type": "string"
    },
    "details": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "restricted_agent": {
      "type": "boolean"
    },
    "suspended": {
      "type": "boolean"
    },
    "default_group_id": {
      "type": "integer"
    },
    "report_csv": {
      "type": "boolean"
    },
    "only_private_comments": {
      "type": "boolean"
    },
    "ticket_restriction": {
      "type": "string"
    },
    "moderator": {
      "type": "boolean"
    },
    "chat_only": {
      "type": "boolean"
    },
    "two_factor_auth_enabled": {
      "type": "boolean"
    },
    "user_fields": {
      "type": "object"
    },
    "last_login_at": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}