getParticipant
Retrieves a Participant from a Conversation.
GET
/conversations/{conversationId}/participants/{userId}Header parameters
x-user-keystringrequiredAuthentication Key
Path parameters
conversationIdstringrequiredConversation id
userIdstringrequiredUser id
Response
application/jsonReturns the Participant object
The response is of type getParticipantResponse · 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.