cURL
addParticipant
Add a Participant to a Conversation.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Authenticated principal. Injected by the authentication middleware.
Bot id
Integration id
Integration alias
Caller's IP address. Injected by the edge proxy.
Path Parameters
Conversation id
Body
application/json
Participant data
User id
Required string length:
28 - 36Response
Returns the Participant object
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.
Last modified on July 3, 2026