DesCreateUserGroupInput
Input for user group creation.
input DesCreateUserGroupInput {
name: String!
workspaceUrl: String
}
Fields
DesCreateUserGroupInput.name ● String! non-null scalar
User group name.
DesCreateUserGroupInput.workspaceUrl ● String scalar
URL for workspace in which the user group is to be created.