how to get appcatalogteamAppId throgh graph api?

Radhika Mendhe 1 Reputation point
2021-09-15T06:32:10.78+00:00

132277-screenshot-from-2021-09-15-11-59-54.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,649 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,870 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
    2021-09-15T16:24:27.71+00:00

    @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.

    0 comments No comments