addParticipant
Add a Participant to a Conversation.
POST
/conversations/{conversationId}/participantsHeader parameters
x-user-keystringrequiredAuthentication Key
Path parameters
conversationIdstringrequiredConversation id
Request body
Participant data
userIdstringrequiredUser id
Response
Returns the Participant object
participantobjectrequiredThe 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.