Forum Discussion
MS Graph permissions - do the ones we have right now HAVE to be application level?
joshuabrown -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
- joshuabrownJul 03, 2023Copper Contributor
Sayali-MSFT I'm sorry, but that really doesn't answer my question. We are requesting access already, using application level permissions. Our client doesn't like the application level and wants us to remove them or downgrade them to delegated. When we tried doing that the app stopped working. I'm trying to find out if there are other permissions we can use than the ones we currently have, or if we are stuck with the ones that exist right now. I'm sorry if this is confusing, as I said, I'm not an MS engineer and this is pretty complicated stuff to me.