How should you complete the Graph API call?

HOTSPOT

You are creating a report that will query Azure Active Directory (Azure AD) for group information by using the Microsoft Graph API.

You need to retrieve an ordered list of groups by title. The solution must minimize the amount of data returned in the response.

How should you complete the Graph API call? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Text

Description ae authorization code flow begins with the client directing the user to tutomatically generated

Box 1: $select=..

Example:

GET https://graph.microsoft.com/v1.0/groups/{id}?$select=displayName Header: Authorization:Bearer {access_token}

Box 2: &$orderBy=Displayname

Order by title.

Latest MS-600 Practice Questions with 142 Q&As

Updated Study Material | Instant Download | Detailed Answers and Explanations

Subscribe
Notify of
guest
0 Comments