Zendesk · Example Payload

Zendesk Support User Example

ChatCRMHelp CenterSellSupportT1TalkTicketingTickets

Zendesk Support User Example is an example object payload from Zendesk, with 36 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurlnameemailphonephotolocale_idlocaletime_zoneorganization_idrolecustom_role_idverifiedexternal_idtagsaliasactivesharedshared_agentshared_phone_numbersignaturedetailsnotesrestricted_agentsuspendeddefault_group_idreport_csvonly_private_commentsticket_restrictionmoderatorchat_onlytwo_factor_auth_enableduser_fieldslast_login_atcreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "abc123",
  "url": "https://www.example.com",
  "name": "Example Title",
  "email": "user@example.com",
  "phone": "example_value",
  "photo": "example_value",
  "locale_id": "500123",
  "locale": "example_value",
  "time_zone": "example_value",
  "organization_id": "500123",
  "role": "example_value",
  "custom_role_id": "500123",
  "verified": true,
  "external_id": "500123",
  "tags": [],
  "alias": "example_value",
  "active": true,
  "shared": true,
  "shared_agent": true,
  "shared_phone_number": true,
  "signature": "example_value",
  "details": "example_value",
  "notes": "example_value",
  "restricted_agent": true,
  "suspended": true,
  "default_group_id": "500123",
  "report_csv": true,
  "only_private_comments": true,
  "ticket_restriction": "example_value",
  "moderator": true,
  "chat_only": true,
  "two_factor_auth_enabled": true,
  "user_fields": "example_value",
  "last_login_at": "2026-01-15T10:30:00Z",
  "created_at": "2026-01-15T10:30:00Z",
  "updated_at": "2026-01-15T10:30:00Z"
}