Skip to Content
API keys are issued to organizations with a signed BAA. Request API access →
API referenceThe Participant object

The Participant object

Who is in a conversation.

Attributes

user_idUUIDRequired

The participating user.

conversation_idUUIDRequired

The conversation.

joined_attimestampRequired

When the user joined the conversation.

Endpoints

MethodPathEndpoint
GET/conversations/{conversationId}/participantsList conversation participants
POST/conversations/{conversationId}/participantsAdd a participant
DELETE/conversations/{conversationId}/participants/{userId}Remove a participant
Last updated on