i have an azure app registration that only needs delegated permissions. the users allowed the following scopes:
- https://graph.microsoft.com/contacts.readwrite
- https://graph.microsoft.com/mail.send
- https://graph.microsoft.com/calendars.readwrite
- https://graph.microsoft.com/User.ReadBasic.All
how can i get a list of users that granted this access? i need this to get ther internal user-id. my application only has the email and i need to get the id use the api.
a Filter on /Users wont wort. no permissions.. but i dont want to assign the Scope "User.Read.All" because it needs an admin approval.