Building Applications and Solutions with Microsoft 365 Core Services (legacy) — Question 29
You have a Microsoft 365 subscription that uses Microsoft Teams.
You need to identify which Teams apps were built by the IT department and are available in the Teams client.
Which Microsoft Graph request should you use?
Answer options
- A. GET https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$filter=distributionMethod eq ‘organization’
- B. GET https://graph.microsoft.com/v1.0/teams/b1c5353a-7aca-41b3-830f-27d5218fe0e5/installedApps
- C. GET https://graph.microsoft.com/v1.0/appCatalogs/teamsApps?$filter=distributionMethod eq ‘store’
- D. GET https://graph.microsoft.com/v1.0/users//teamwork/installedApps/
Correct answer: B
Explanation
The correct answer is B because it directly retrieves the installed applications for a specific team, which allows you to see the apps created by the IT department. Option A filters for apps distributed to the organization but does not specify installed apps for a team. Option C focuses on store-distributed apps, which is not relevant here, and D incorrectly targets user-installed apps instead of team-installed apps.