Azure AD b2b “Read all users' basic profiles” permission

后端 未结 4 1108
轻奢々
轻奢々 2021-01-23 14:22

I have delegated user permission User.ReadBasic.All. In the documentation, it states this

\"Allows the app to read a basic set of profile pr

4条回答
  •  一个人的身影
    2021-01-23 15:12

    You can hit the Graph API users/ endpoint (https://graph.microsoft.com/v1.0/users/) with the proper Bearer token for getting the basic details of other users.

    You can try that out in the Graph Explorer as well - https://developer.microsoft.com/en-us/graph/graph-explorer#

提交回复
热议问题