listParticipants
Retrieves a list of Participant for a given Conversation.
GET
/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
Query parameters
nextTokenstringProvide the `meta.nextToken` value provided in the last API response to retrieve the next page of results
Response
Returns a list of Participant objects
participantsobject[]requiredmetaobjectrequired