# List the participants of a conversation

### List the participants of a conversation

`GET /api/v1/instagram/conversations/{conversationId}/participants`

Operation ID: `listInstagramConversationParticipants`

Returns the accounts in a conversation. Take identity from here to read a participant’s profile, posts or followers.

**Path parameters**

- `conversationId` (string, required): conversationId from the conversations listing

**Query parameters**

- `connectedAccountId` (string · uuid, required): Connected account to act as

**200**: Conversation participants.

- `participants` (object[], required)

**Errors**

- `400`: Bad request
- `401`: Unauthorized: missing or invalid API key
- `403`: Forbidden
- `404`: Not found
- `422`: Invalid request payload
