Back to index
Summary
Retrieves persona objects subject to specified criteria sent with the request. If no arguments are specified, all personas in the system are returned, sorted by persona name.excludeGroupPersonasBooleanoptionalIf true, exclude personas set for groups when specify userName. groupNameStringoptionalThe group name. includeDetailsBooleanoptionalTrue to include details (default is false). mergedBooleanoptionalIf true, merge the persona details when specify userName. userNameStringoptionalThe user name. |
Usage
Perl
$cmdr->getPersonas( # optionals );
ectool
ectool getPersonas \ # optionals