getPersonas

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.
excludeGroupPersonas
Booleanoptional
If true, exclude personas set for groups when specify userName.
groupName
Stringoptional
The group name.
includeDetails
Booleanoptional
True to include details (default is false).
merged
Booleanoptional
If true, merge the persona details when specify userName.
userName
Stringoptional
The user name.

Usage

Perl

$cmdr->getPersonas( # optionals );

ectool

ectool getPersonas \ # optionals

Examples

Perl

$cmdr->getPersonas();

ectool

ectool getPersonas