SunshineConversationsClient::ParticipantLeaveBodyUserExternalId

August 27, 2025 · View on GitHub

Properties

NameTypeDescriptionNotes
user_external_idStringThe externalId of the user that will be removed from the conversation. It will return 404 if the user can’t be found.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ParticipantLeaveBodyUserExternalId.new(
  user_external_id: your-own-user-id
)