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...
TonyStark645
Jun 02, 2022Copper Contributor
yes 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
GET https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$filter=externalId eq '####'
is returning 403.
Where token is having AppCatalog.Read.All
Prasad_Das-MSFT
Microsoft
Jun 02, 2022TonyStark645 - 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.- Prasad_Das-MSFTJun 02, 2022
Microsoft
TonyStark645 - Yes, we are also able to repro the issue. When trying to query this https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$filter=externalId eq 'xxxx2524-b13c-4xxx-xx0f-584702fxxxx' using Application permission AppCatalog.Read.All , its giving 403 Forbidden status.
We have raised a bug for this issue. We will inform you once we get any update from engineering team.Thanks,
Prasad Das
--------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- TonyStark645Jun 02, 2022Copper ContributorThanks Prasad_Das-MSFT for acknowledging the issue.
Please keep me posted on the update, looking forward for a faster resolution.