Microsoft
MS-600 · Question #11
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…
The correct answer is C. https://graph.microsoft.com/v1.0/me/memberOf. getMemberObjects and getMemberGroups are POST requests, and they will return the ID of the - checkMemberGroups applies to a group. - memberOf is a GET request, and will return a collection of DirectoryObjects, so that will give us the extended properties of the group…
Plan and configure a Microsoft Teams environment
Question
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?
Options
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C75% (18)
- D13% (3)
Explanation
- getMemberObjects and getMemberGroups are POST requests, and they will return the ID of the - checkMemberGroups applies to a group. - memberOf is a GET request, and will return a collection of DirectoryObjects, so that will give us the extended properties of the group. https://developer.microsoft.com/en-us/graph/graph-explorer
Topics
#Microsoft Graph API#group membership#memberOf#REST API
Community Discussion
No community discussion yet for this question.