addParticipant
Add a Participant to a Conversation.
POST
/v1/chat/conversations/{id}/participantsAuthorization
AuthorizationBearerBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bp-authenticated-principalstringAuthenticated principal. Injected by the authentication middleware.
x-bot-idstringBot id
x-integration-id?stringIntegration id
x-integration-alias?stringIntegration alias
Path parameters
idstringConversation id
Request body
Participant data
userIdstringUser id(min length: 28, max length: 36)
Response
Returns the Participant object
participantobjectThe 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.