Forum Discussion
joshuabrown
Jun 29, 2023Copper Contributor
MS Graph permissions - do the ones we have right now HAVE to be application level?
We developed an MS Teams app that makes two Graph calls: https://graph.microsoft.com/v1.0/chats/${chatId}/members
https://graph.microsoft.com/v1.0/teams/${groupId}/Members In th...
Sayali-MSFT
Microsoft
Jun 30, 2023joshuabrown -If you are using the Application Permission only, then Before calling this API with application permissions, you must request access. For details, see Protected APIs in Microsoft Teams.
GET /chats/{chat-id}/members
GET /users/{user-id | user-principal-name}/chats/{chat-id}/members
Reference Document- List members of a chat - Microsoft Graph v1.0 | Microsoft Learn