v1

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

GetConversationMembers

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.

get/v3/conversations/{conversationId}/members

Path parameters

conversationIdstring required

Conversation 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'