Update certain attributes within a user

Update a user with a subset of user attributes.

SCOPES

Requires: seismic.user.manage See Permissions for additional details.

An example of request schema to update a subset of user attributes:

{
    "schemas": [
        "urn:ietf:params:scim:api:messages:2.0:PatchOp"
    ],
    "Operations": [
        {
            "op": "",
            "path": "",
            "value": ""
        }
    ]
}

PATCH endpoint only supports the replace operation.

PATCH endpoint doesn't work on Custom Properties currently.

Language
Authorization
Header
Click Try It! to start a request and see the response here!