Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam MS-600 Topic 6 Question 2 Discussion

Actual exam question for Microsoft's MS-600 exam
Question #: 2
Topic #: 6
[All MS-600 Questions]

You are developing a SharePoint Framework (SPFx) web part.

Which API should you use to retrieve the Microsoft Teams memberships of a user by using the minimum

amount of code?

Show Suggested Answer Hide Answer
Suggested Answer: A

You can use the Microsoft Graph API to work with Microsoft Teams. In Microsoft Graph, Microsoft Teams is represented by a group resource.

If you are targeting Microsoft Graph, you can use the MSGraphClient client object, which provides a more

fluent syntax compared to AadHttpClient.

Note: In versions of the SharePoint Framework starting with v.1.4.1, you can access Microsoft Graph by using either the native graph client (MSGraphClient), or the low-level type used to access any Azure AD-secured REST API (AadHttpClient).

The AadHttpClient client object is useful for consuming any REST API. You can use it to consume Microsoft Graph or any other third-party (or first-party) REST API.

The MSGraphClient client object can consume the Microsoft Graph only. Internally it uses the AadHttpClient client object and supports the fluent syntax of the Microsoft Graph SDK.

References: https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0

https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial


Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel