OpenAPI 3.1.02026-08-18211327769.0 KB
b2d286e1ae94
SCIM
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