v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBSCIM
Replace SCIM group
put/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
{
"displayName": "Engineering Team",
"members": [
{
"display": "john.doe@example.com",
"value": "550e8400-e29b-41d4-a716-446655440000"
}
]
}Response
SCIM group replaced