SunshineConversationsClient::SyncUserBody

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
surviving_zendesk_idStringOnly used for synchronizing messaging users when their Support user counterparts have been merged. The user.id of the surviving Support user is specified here.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::SyncUserBody.new(
  surviving_zendesk_id: 35436
)