Update certain attributes within a group

Update a group with a subset of group attributes.

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

{

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

PATCH endpoint only supports the "replace" operation.

Path Params
string
required

Group ID (Required)

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

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