Forum Discussion
TonyStark645
Jun 02, 2022Copper Contributor
Get TeamsApp API not working with AppCatalog.Read.All permission
Microsoft documentation says that with AppCatalog.Read.All application permission we can query the appcatalog with a GET request. But it's throwing 403 (access denied) when tried from today mornin...
Prasad_Das-MSFT
Microsoft
Jun 02, 2022TonyStark645 - Could you please provide more details what exactly issue you are facing? Are you not able to run the query GET /appCatalogs/teamsApps using Application permission AppCatalog.Read.All ?
- TonyStark645Jun 02, 2022Copper Contributoryes Prasad_Das-MSFT
GET https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$filter=externalId eq '####'
is returning 403.
Where token is having AppCatalog.Read.All- Prasad_Das-MSFTJun 02, 2022
Microsoft
TonyStark645 - Could you please refer this thread and check if it helps in any way?
Access denied for appCatalogs/teamsApps - Microsoft Q&A- TonyStark645Jun 02, 2022Copper ContributorPrasad_Das-MSFT https://docs.microsoft.com/en-us/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0&tabs=http#permissions
In the above documentation it clearly shows that application permission is supported. And more over it was working till yesterday.