Skip to main content

UpdateUsergroupInput

No description

input UpdateUsergroupInput {
name: String
parentId: Int
}

Fields

UpdateUsergroupInput.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.

UpdateUsergroupInput.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

usergroupUpdate mutation