I am trying to list my contacts with 'GET https://graph.microsoft.com/v1.0/me/contacts' and always have 401 (Unauthorized).
My application on apps.dev.microsoft.com has permissions:
- Contacts.ReadWrite (both delegated and application permissions)
My client application has authentication scope: https://graph.microsoft.com/Contacts.ReadWrite
Other API like 'me' or 'users' works fine.
I tried to list my contacts using Microsoft Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer) with enabling relevant scopes and it never worked for me. Any hints on how to resolve it are appreciated.
Thank you in advance.
scp
claim to see if it actually contains the scope. – Jason Johnston