patch https://{hostname}/api/scim/v3/Users/
Use this API to activate a user, deactivate a user, or partially update a user's attributes. This API should only be used when provisioning and managing users from your Identity Provider using the System for Cross-Domain Identity Management (SCIM) standard to facilitate the automated creation of user identities from a third-party identity management application.
Things to Know
- This API supports OneTrust's Enhanced SCIM Integration that leverages Group Provisioning to manage access for users by provisioning them to one or more user groups. For more information, see SCIM User & Group Provisioning.
- The response will always return the following values for roles and organization:
"roles": []and"organization": null.- The
pathparameter is optional and should only be used when updating a single user attribute. For example, if you only wanted to update theexternalId, then yourpathwould beexternalIdand yourvaluewould be astring. If nopathis provided, you must build out a JSON body for updating the user's attributes.
