Microsoft Graph Permissions API
A Microsoft API that lets you manage permissions programmatically.
281 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
@Radhika Mendhe - I am able to get the list of apps using below API endpoint with mentioned permissions in the documentation.
https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$filter=distributionMethod eq 'organization'
Could you please add the required permissions & try it again.
Reference docs:
https://learn.microsoft.com/en-us/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0&tabs=http#permissions
If you are using postman, please generate a access token with required permission and use it while sending the request.
Also please use delegated permission because application level permission is not supported.