Hello,
Is it possible to grant a registered application access to a specific user attribute in the users profile?
Looking at the API Permissions page i see the 'User.Read' but can't see a way to be more granular on specific attributes.
Thank You.
Hello,
Is it possible to grant a registered application access to a specific user attribute in the users profile?
Looking at the API Permissions page i see the 'User.Read' but can't see a way to be more granular on specific attributes.
Thank You.
@CloudMe-0421, there are no granular permissions available neither for the delegated permissions set nor for the application permissions set to query specif attributes of a User's object.
In case you want only to list out a certain attribute value of an User object making a graph call, that you can do, by providing proper query parameters in the graph api call like $select.
Hope this helps. Do let us know if there are any queries around this so that we can help you better.
Please take a moment to "Mark as Answer" and/or "Vote as Helpful" wherever applicable. Thanks!
5 people are following this question.