Forum Discussion
Kessy Similien
Sep 27, 2016Copper Contributor
Microsoft Graph API Permissions for non-admins?
I am trying to create a dropdown with all the users in my Office365 tenant. I created an app in Azure AD and gave it all the necessary permissions. I gave it all the permissions for Microsoft Graph a...
Deleted
Sep 28, 2016Hi Kessy,
normally it runs under the credentials you are logged in with at least the calls in SharePoint. Offcourse your app in Azure needs the correct base permissions which your admin need to set.
i am guessing it could be a wrong permission on the manifest in your app.
- Kessy SimilienSep 28, 2016Copper Contributor
Okay what I did was reduce that Apps permissions to only items at did not require Admin access. It seems to be working but I'm pretty disappointed.
I thought that if I gave the App a certain permissions, the API would use the App context to make the request instead of the User context.