Which query should you use

You are developing a human resources application that will show users where they are in their company’s organization chart.
You are adding a new feature that will display the name of a user’s manager inside the application.
You need to create a REST query to retrieve the information. The solution must minimize the amount of data retrieved.
Which query should you use
A. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager $select=displayName
B. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/people $filter=jobTitle eq ‘manager’&$select=displayName
C. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/contacts $filter=jobTitle eq ‘manager’
D. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.