addParticipant

Add a Participant to a Conversation.

POST/conversations/{conversationId}/participants

Header parameters

x-user-keystringrequired
Authentication Key

Path parameters

conversationIdstringrequired
Conversation id

Request body

Participant data

userIdstringrequired
User id

Response

application/json

Returns the Participant object

The response is of type addParticipantResponse · object.

participantobjectrequired
The user object represents someone interacting with the bot within a specific integration. The same person interacting with a bot in slack and messenger will be represented with two different users.