createGroup

On this page
Back to index

Summary

Creates a new local group of users or personas.
groupName
Stringrequired
Name of the group; must be unique among local groups.
personas
Stringoptional
List of personas that this group has.
userNames
Stringoptional
List of users in the group.

Usage

Perl

$cmdr->createGroup( "test-groupName" # groupName # optionals );

ectool

ectool createGroup \ "test-groupName" `# groupName` \ # optionals