v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBSCIM
Update SCIM group
patch/api/scim/v2/Groups/{miniUuid}
Path parameters
miniUuidstring required
Short identifier of the group
Example:abc123
Short identifier of the group
Request body
Example request
{
"Operations": [
{
"op": "replace",
"value": {
"displayName": "Engineering Team"
}
}
]
}Response
SCIM group updated