getParticipant
Retrieves a Participant from a Conversation.
GET
/v1/chat/conversations/{id}/participants/{userId}Authorization
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
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.