Skip to main content

groups

Description

Groups configured on this system

List

[]group

Fields

IDTYPEDESCRIPTION
list[]group

Examples

Ensure the user is not part of group

groups.where(name == 'wheel').list { members.all( name != 'username')}