Forum Discussion

vladislav2495's avatar
vladislav2495
Copper Contributor
Jun 23, 2023

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](https://graph.microsoft.com/v1.0/applications) but it does not return authorized apps and it seems like I need another endpoint.

To better understand what I need, I will overview a flow I do and what I expect to get:

As an admin of an organization, I need to get list of all authorized apps by my users within organization. I would like to monitor apps which are used by my users. How can I fetch this information from API?

Resources