SunshineConversationsClient::UserTruncated

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idStringThe unique ID of the user.[optional]
authenticatedBooleanWhether or not the user has authenticated, either via JWT or via the Help Center[optional][readonly]
external_idStringAn optional ID that can also be used to retrieve the user.[optional]
zendesk_idStringThe ID that links a messaging user to its core Zendesk user counterpart. This ID can be used to fetch the core user record via the Zendesk Support API.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::UserTruncated.new(
  id: 7494535bff5cef41a15be74d,
  authenticated: null,
  external_id: your-own-id,
  zendesk_id: 30045042291606
)