Using the estimateAccess method to determine permissions on Entra objects
In this article, we take a look at the undocumented estimateAccess Graph API method, which can be used to determine what permissions a given user or application has against any directory object. This in turn can help you troubleshoot permission related issues, such as those where a given app throws an unexpected 403 error. …
Continue readingUsing the estimateAccess method to determine permissions on Entra objects