CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager?$select=displayName — đáp án hiện tại
  2. B. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/people?$filter=jobTitle eq 'manager'&$select=displayName
  3. C. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/contacts?$filter=jobTitle eq 'manager'
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề