Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 518 Bytes

File metadata and controls

18 lines (12 loc) · 518 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]

Example

require 'sunshine-conversations-client'

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