ScimUpdateGroupRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
schemas | string[] | ❌ | The SCIM schema URI. |
operations | ScimUpdateGroupOperations[] | ❌ | Information about the group update operation. |
ScimUpdateGroupOperations
Properties
Name | Type | Required | Description |
---|---|---|---|
op | OperationsOp1 | ❌ | The operation to perform. |
path | string | ❌ | The operation's path. Include this value when you update a group's members. |
value | OperationsValue1 | ❌ | The performed operation's value. |
OperationsOp1
The operation to perform.
Properties
Name | Type | Required | Description |
---|---|---|---|
REPLACE | string | ✅ | "replace" |
REMOVE | string | ✅ | "remove" |
ADD | string | ✅ | "add" |
OperationsValue1
The performed operation's value.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The group's ID. |
displayName | string | ❌ | The group's name. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs