............
Graph API not returning external users information from team meeting
Hello All,
I am facing a issue.
when the agents on call with external users in team, microsoft graph API is able to fetch data for external user. but as soon as external user hung up the call, the graph API is not able to retrieve this external user information and chat is determining as internal chat with no presence of external party.
2 answers
Sort by: Most helpful
-
-
Sayali-MSFT 2,906 Reputation points Microsoft Vendor
2024-11-20T08:34:39.6166667+00:00 Hello @Sushma Sharma
This behavior is by design. The/members
endpoint returns the current state, so members who have left are removed from the roster and will not appear in the API response.However, you can use Change Notifications, which will likely provide information about both joining and leaving events.
Sample Link-https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification/csharp