I am getting error while accessing another users contacts from my application in my azure account
I have an account in azure and I have created three users "test1, test2, test3" in it. And I want to connect azure with salesforce to get contact of all three users into salesforce. I have created one app named "test" in Azure Active Directory using one account (test2) out of three accounts (test1, test2, test3) to get contact from my outlook account into salesforce. I got contact from one user (test2) in which I created my app "test" but I can not access contacts of remaining two users (test1, test3) and I got error.
Error is :-
"error": {
"code": "ErrorFolderNotFound",
"message": "The specified folder could not be found in the store."
}
I gave the following permission to my app (test) in Azure Active Directory in user (test2).
- Contacts.Read - Application
- Contacts.Read.Shared - Delegated
- Contacts.ReadWrite - Application
- Contacts.ReadWrite.Shared - Delegated
- Mail.Read - Delegated
- offline_access - Delegated
- openid - Delegated
- OrgContact.Read.All - Application
- People.Read - Delegated
- People.Read.All - Delegated
- People.Read.All - Application
- User.Read - Delegated
- User.Read.All - Delegated
Please tell me if there is change in this permission whether remove or add.
Please give me reply as soon as possible.
Thank you.