addParticipant
Add a Participant to a Conversation.
POST
/v1/chat/conversations/{id}/participantsAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredConversation id
Request body
Participant data
userIdstringrequiredUser id(min length: 28, max length: 36)
Response
application/jsonReturns the Participant object
The response is of type addParticipantResponse · 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.