Modify User Group Using PUT
You can add or remove users from the group. Name and id of the group cannot be changed.
The group object to be updated
Show optional properties
{
"name": "string"
}
{
"authSourceId": "string",
"description": "string",
"displayName": "string",
"id": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"role-permissions": [
{
"allowAllObjects": false,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"roleName": "string",
"traversal-spec-instances": [
{
"adapterKind": "string",
"includedAdapterKinds": [
"string"
],
"name": "string",
"resourceKind": "string",
"resourceSelection": [
{
"resourceId": [
"string"
],
"type": "string"
}
],
"selectAllResources": false
}
]
}
],
"roleNames": [
"string"
],
"userIds": [
"string"
]
}
The identifier of the auth source. If it is null, a local user group will be created.
A description about this group.
The displayName of this group.
The identifier of this group.(unique)
Note: Required when updating or deleting the user group.
The name of this group.
The list of role permissions assigned to this group. May be null. Replaces and takes precedence over roleNames
.
(Deprecated) List of role names assigned to the user group. May be null.
The list of users who are members of this group.
The user group is updated successfully