FolderContact

Copper Contributor

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:

 

vidas395_0-1698759393166.png

 

What am I doing wrong?

 

1 Reply
In order to access other people's contacts, you need to have the Contacts.Read.Shared permission granted, and sufficient permissions on the mailbox itself (as you are running in the delegate permissions model).