Update user
Updates the specified user by applying a list of SCIM 2.0 patch operations. Attributes not referenced in the request are left unchanged.
To replace the entire user resource in a single request, use the Replace user endpoint.
Authorizations
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Path Parameters
The ID of the user to be updated
Body
The SCIM schema URIs for the request. Must include urn:ietf:params:scim:api:messages:2.0:PatchOp.
urn:ietf:params:scim:api:messages:2.0:PatchOp [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
]The list of patch operations to apply to the user.
1Response
User updated successfully
Unique identifier for the user
The user's email address
The user's display name
Whether the user is active
The user's email addresses
User groups that the user belongs to
SCIM information about the type of schemas used in the API. For example, urn:ietf:params:scim:schemas:core:2.0:User
User attributes as key/value pairs, where keys map to the IDs of user attributes defined in Omni. This is the Reference column in the User attributes page.
Omni SCIM extension schema containing additional user metadata