Replace user
Replaces the specified user. Per the SCIM 2.0 specification, PUT replaces the entire user resource: any optional attribute omitted from the request body is reset to its default value.
To update individual attributes without affecting others, use the Update user endpoint, which performs a partial update via PATCH.
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 replaced
Body
The user's email address.
"blob.ross@blobsrus.co"
Whether the user is active. Set to false to deactivate the user.
true
The user's display name
"Blob Ross"
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.
{ "good_blob": "yes" }Response
User replaced 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