Hi,
We were trying to add a custom attribute to out profile card, following that document : https://docs.microsoft.com/en-us/graph/add-properties-profilecard
Everything seems to be working fine.
So now, we wanted to list the Profile Card Properties using : https://docs.microsoft.com/en-us/graph/api/organizationsettings-list-profilecardproperties
But we get that Error :
"error": { "code": "ErrorInsufficientPermissionsInAccessToken", "message": "Exception of type 'Microsoft.Fast.Profile.Core.Exception.ProfileAccessDeniedException' was thrown.",
Yes we are global admin, and the permissions mentioned in the document are present : User.Read, User.Read.All
What are we missing ? Thanks a lot ! Kev
