Get Chat members does not include guests

Markus Johansson 1 Reputation point
2021-03-03T10:54:24.45+00:00

I've created a "OnlineMeeting" using the Graph and try to fetch members inside the meeting. I was thinking that the "chat" might be a good place to fetch the participants.

https://learn.microsoft.com/en-us/graph/api/chat-list-members?view=graph-rest-beta&tabs=http

When I test this and call "/chats/{chat-id}/members" I only get members back that are inside my organization, one meeting that I've created now also have a external participant which shows up inside the call/meeting but not in this endpoint.

It not documented how this should work.

Is there a better way to get all participants from a given meeting?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,733 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,891 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-03-07T18:34:14.063+00:00

    Sounds like a feature request for me, unless its not exposed or doesn't exist with existing API feature set. Consider filing an uservoice item or upvote existing one, so that it can be considered to be implemented.

    0 comments No comments

  2. Markus Johansson 1 Reputation point
    2021-03-08T11:04:42.76+00:00

    So you are saying that there is no way to get these at the moment?

    0 comments No comments