Please match actions to the SCIM API user endpoints.POST /Users PATCH /Users/{id} GET /Users PUT /Users/{id}
Options:
A.
Update the entire user profile
B.
Update specific fields of a user profile
C.
Create a user profile
D.
Return a list of user profiles
Answer:
C
Explanation:
Explanation:
POST /Users: Create a user profile (C)
PATCH /Users/{id}: Update specific fields of a user profile (B)
GET /Users: Return a list of user profiles (D)
PUT /Users/{id}: Update the entire user profile (A)
Question 9
Which SAP Build Work Zone administrator type can be assigned using the DWS SCIM API?
Options:
A.
Support administrator
B.
Company administrator
C.
Area administrator
D.
Page Content administrator
Answer:
B
Explanation:
Explanation:
The SAP Build Work Zone is a cloud-based tool for building and prototyping applications. It allows administrators to manage users and their permissions. The DWS SCIM (System for Cross-domain Identity Management) API is used to automate the user management process.
With the DWS SCIM API, a company administrator can be assigned to manage the user accounts in the SAP Build Work Zone. This type of administrator can create and manage other administrators and users, as well as manage the company's profile and settings. They have full control over the company's account and can perform all the functions of the other administrator types (support, area, and page content administrators) within the company's scope.