CreateUsergroupInput
No description
input CreateUsergroupInput {
name: String
parentId: Int
}
Fields
CreateUsergroupInput.name ● String scalar
Display name for the usergroup.
Human-readable name used for identification and display in user interfaces. Must be unique within the parent usergroup. Maximum length of 150 characters.
CreateUsergroupInput.parentId ● Int scalar
Parent usergroup identifier for hierarchical placement.
References the usergroup that will contain this usergroup in the organizational hierarchy. Used for inheritance and permission calculations.
Member Of
usergroupCreate mutation