Oct 31 2023 06:37 AM
Good morning,
I wanted to understand something. I have created an app on the Azure portal to run queries via powershell.
https://graph.microsoft.com/v1.0/users/[email address]/contactFolders
The problem I am experiencing is on the Microsoft Graph Explorer part, it seems that it does not have sufficient permissions to read a user's contact folders (I am not experiencing any kind of problem with mine)
I report the error
Forbidden - 403 - 404ms. Either the signed-in user does not have sufficient privileges, or you need to consent to one of the permissions on the Modify permissions tab
The permits that are assigned are as follows:
What am I doing wrong?
Oct 31 2023 12:22 PM