Câu 28: MS-600: Building Applications and Solutions with Microsoft 365 Core Services
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 amo…
Nội dung câu hỏi
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?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager?$select=displayName — đáp án hiện tại
- 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
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.