How should you complete the query?

HOTSPOT

You have a Microsoft 365 tenant that contains a user named User1 and a group named Group1.

You need to create a Microsoft Graph API query that returns the following information:

✑ All the calendar events of User1

✑ The details of Group1

The solution must meet the following requirements:

✑ Minimize the amount of data returned.

✑ Minimize the number of calls executed against the Microsoft Graph API.

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

Answer:

Explanation:

Graphical user interface, text, application

Description automatically generated

Box 1: /me/calendars/events?..

"graph/Microsoft/com" "calendar/events?"

Example: A user’s calendar in the default calendarGroup.

POST /me/calendars/{id}/events

POST /users/{id | userPrincipalName}/calendars/{id}/events

Box 2: events?select..

Box 3: "/groups?filter…’Group1′)"

Use a filter to see only Group1.

Latest MS-600 Dumps Valid Version with 142 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments