---
title: "GetConversationMembers"
method: GET
path: "/v3/conversations/{conversationId}/members"
tags: ["Conversations"]
---

# GetConversationMembers

`GET /v3/conversations/{conversationId}/members`

Enumerate the members of a converstion. 

This REST API takes a ConversationId and returns an array of ChannelAccount objects representing the members of the conversation.

## Path parameters

- `conversationId` string, required

## Response `200`

An array of ChannelAccount objects

- ChannelAccount[]
  - `id` string — Channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or 123456)
  - `name` string — Display friendly name
  - `role` 'user' | 'bot'

## Other responses

- `default` — The operation failed and the response is an error object describing the status code and failure.

---

[API](https://skmtc.net/poshbotio/apis/microsoft-bot-connector-api-v3-0.md) · [All operations](https://skmtc.net/poshbotio/apis/microsoft-bot-connector-api-v3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poshbotio/microsoft-bot-connector-api-v3-0/versions/ea45ea47a3fb/schema)
