Hi @Unknown ,
Hope you're doing well.
User.ReadBasic.All permission is only available as a delegate permission and that is why this permission is not appearing in roles property of Application token. You can use an equivalent application permission i.e., User.Read.All
References- https://learn.microsoft.com/en-us/graph/permissions-reference#application-permissions-78
Similar posts- https://learn.microsoft.com/en-us/answers/questions/916077/userreadbasicall-not-available-in-graph-api.html
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.