DesUpdateUserGroupInput
Input for updating a user group.
input DesUpdateUserGroupInput {
groupId: String!
name: String!
workspaceUrl: String!
}
Fields
DesUpdateUserGroupInput.groupId ● String! non-null scalar
The group reference identifier.
DesUpdateUserGroupInput.name ● String! non-null scalar
The group name.
DesUpdateUserGroupInput.workspaceUrl ● String! non-null scalar
The workspace URL where the group exists.