Forum Discussion
prashantmaheshwari
Apr 02, 2024Copper Contributor
Which permissions/API access is allowed by User.ReadBasic.All [Application Permission]?
Earlier I was using User.Read.All, Now I want to switch to User.ReadBasic.All. So I just want to know What are the no of permissions/API access is allowed by User.Read.Basic?
VasilMichev
Apr 02, 2024MVP
Not entirely sure what you are asking. If you want to understand which Graph endpoints you can use said permissions with, use Merill's Permission Explorer tool: https://graphpermissions.merill.net/permission/User.ReadBasic.All
You can refer to the official documentation for more information as well: https://learn.microsoft.com/en-us/graph/permissions-reference#userreadbasicall
You can refer to the official documentation for more information as well: https://learn.microsoft.com/en-us/graph/permissions-reference#userreadbasicall
prashantmaheshwari02
Apr 08, 2024Copper Contributor
Thanks for the reply. I have gone through with the documentation mentioned over https://graphpermissions.merill.net/permission/User.ReadBasic.All
But as I can see all mentioned end points are related to the delegate permissions only, I also want to know end points for application permission.
Look at the below screenshot