Forum Discussion
vladislav2495
Jun 23, 2023Copper Contributor
How to fetch users' authorized 3-rd party apps from office 365 on behalf of organization admin
Hello community, I have a task to fetch all authorized 3-rd party apps by users of an organization. I looked through Graph API and found a method [https://graph.microsoft.com/v1.0/applications](http...
- Jun 23, 2023"Application" objects are the ones created by your own tenant. Third-party apps fall under the service principal category, so use the corresponding /servicePrincipals endpoint. If you want to list just the SPs a given user has consented to, use following: https://learn.microsoft.com/en-us/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta&tabs=http
VasilMichev
Jun 23, 2023MVP
"Application" objects are the ones created by your own tenant. Third-party apps fall under the service principal category, so use the corresponding /servicePrincipals endpoint. If you want to list just the SPs a given user has consented to, use following: https://learn.microsoft.com/en-us/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta&tabs=http