Which URI should you use?

Posted by: Pdfprep Category: MS-600 Tags: , ,

You have an application that uses the Microsoft Graph API.

You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups.

Which URI should you use?
A . https://graph.microsoft.com/v1.0/me/getMemberObjects
B . https://graph.microsoft.com/v1.0/me/getMemberGroups
C . https://graph.microsoft.com/v1.0/me/memberOf
D . https://graph.microsoft.com/v1.0/me/checkMemberGroups

Answer: B

Explanation:

Get member groups returns all the groups that the specified user, group, or directory object is a member of. This function is transitive.

Reference: https://docs.microsoft.com/en-us/graph/api/directoryobject-getmembergroups

Leave a Reply

Your email address will not be published.