Forum Discussion
User-Administrator not accessing all user data in iOS app ?
Hi,
I am integrating MSGraph into my iOS app. I had created app in Microsoft App Development portal and given permissions (user.readwrite.all) with my User-Administrator account. But when I try to login in iOS app it throws following promo data:
ContactsApp needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.
Please tell me, User-Administrator can access all the user profiles or not, And how can I get all users data in my organisation.
Thank you.
As the error message says, the application will need Consent before granting you those permissions. Read here for more details: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-apps-permissions-consent
3 Replies
As the error message says, the application will need Consent before granting you those permissions. Read here for more details: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-apps-permissions-consent
- null nullCopper Contributor
Hi Vasil Michev,
Thank you for the reply. Yes it need to add consent before give permissions, But my doubt is... my admin was created User Administrator account to add permissions. Is this account can access all the users data?
Thank you.
In this case the permissions will be granted by the application, the user doesn't need to have any specific permissions.