I'm working on a project where I need to retrieve a list of all applications that a user has access to in Microsoft Graph Explorer. By "applications," I mean Microsoft 365 applications like Outlook, PowerPoint, Word, and others.
I've been exploring the Microsoft Graph API, but I couldn't find a direct endpoint that provides this information. I am specifically using Microsoft Graph Explorer for testing and development purposes.
Is there a specific endpoint in Microsoft Graph Explorer or a combination of endpoints that I can use to achieve this? I need to get a list of applications that a user has access to, similar to what is shown on the "My Apps" page on myapps.com.
If anyone has experience with Microsoft Graph API or Microsoft Graph Explorer and can guide me on how to approach this, I would greatly appreciate it. Any example code or API calls would be helpful.
I expected the response from the /me/applications endpoint to include a list of individual applications that the user has access to, such as Outlook, PowerPoint, Sharepoint, admin, contacts, Word, and any other Microsoft 365 applications assigned to the user.