Microsoft
MS-600 · Question #13
You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Gr
Sign in or unlock MS-600 to reveal the answer and full explanation for question #13. The question stem and answer options stay visible for context.
Plan and configure a Microsoft Teams environment
Question
You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must minimize the amount of data retrieved. What should you do?
Options
- AUse GET https://graph.microsoft.com/v1.0/users/delta for the first call. Use the state token in
- BUse GET https://graph.microsoft.com/v1.0/users/delta?$select=UserPrincipalName for the first
- CUse GET https://graph.microsoft.com/v1.0/users$select=UserPrincipalName for the calls and
- DUse GET https://graph.microsoft.com/v1.0/users for the calls and track the changes.
Unlock MS-600 to see the answer
You've previewed enough free MS-600 questions. Unlock MS-600 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#delta queries#change tracking#UserPrincipalName#Microsoft Graph