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

# GetActivityMembers

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

Enumerate the members of an activity. 

This REST API takes a ConversationId and a ActivityId, returning an array of ChannelAccount objects representing the members of the particular activity in the conversation.

## Path parameters

- `conversationId` string, required
- `activityId` 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/revisions/ea45ea47a3fb/schema)
