Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 533 Bytes

File metadata and controls

17 lines (10 loc) · 533 Bytes

SunshineConversationsClient::ParticipantLeaveBodyUserExternalId

Properties

Name Type Description Notes
user_external_id String The externalId of the user that will be removed from the conversation. It will return 404 if the user can’t be found. [optional]

Code Sample

require 'SunshineConversationsClient'

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