Modify User

Use this API to modify a user's active status and to modify basic user attributes.

Additional Information

  • This API can be used to activate or deactivate a user. Activation and deactivation is controlled by the active boolean flag.
  • This API can be used to modify basic user attributes such as givenName, familyName, externalId, and active status.
  • This API can be used modify additional user attributes such as division, userType, employeeNumber, department, manager, and title.
  • To update a user's manager, either the manager's email or the manager's userId can be used. The manager's userId can be obtained using the Get List of Users API.

Example Request

PATCH https://{hostname}/api/scim/v2/Users/{id}

PATCH https://trial.onetrust.com/api/scim/v2/Users/dd525596-f8bb-45d8-83e5-02bbb3c501a1

Language
Authorization
OAuth2