listParticipants

Retrieves a list of Participant for a given Conversation.

GET/v1/chat/conversations/{id}/participants

Authorization

AuthorizationBearerrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias

Path parameters

idstringrequired
Conversation id

Query parameters

nextTokenstring
Provide 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[]required
metaobjectrequired