v1

latestSwagger 2.0The MIT License (MIT)2026-07-17126899.0 KB
Conversations

GetActivityMembers

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.

get/v3/conversations/{conversationId}/activities/{activityId}/members

Path parameters

conversationIdstring required

Conversation ID

activityIdstring required

Activity ID

Response

An array of ChannelAccount objects

idstring

Channel id for the user or bot on this channel (Example: joe@smith.com, or @joesmith or 123456)

namestring

Display friendly name

role'user' | 'bot'