Update certain attributes within a user

Update a user with a subset of user attributes.

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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

User ID (Required)

Body Params
Operations
array of objects
Operations
schemas
array of strings
schemas
Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/scim+json