Back to index
Summary
Retrieves all groups.filterStringoptionalApply a glob-style filter (for example, foo*) when looking for users or groups. includeAllBooleanoptionalWhether to include all users or groups, or only users or groups that are known to the system. maximumIntegeroptionalThe maximum number of users or groups to return. sortOrderStringoptionalSpecifies the order to sort the results. Possible values: "ascending" , "descending" |
Usage
Perl
$cmdr->getGroups( # optionals );
ectool
ectool getGroups \ # optionals