getUser

Back to index

Summary

Retrieves information about a user.
userName
Stringrequired
The user name.
providerName
Stringoptional
The name of the provider from which to get the user.
registerLDAPUser
Booleanoptional
Set to 0 or false to show user without register LDAP user in the EF system.
traverseHierarchy
Booleanoptional
Set to 0 or true to include parent groups in the result if this is an LDAP user and recursive traversal of group hierarchy is enabled for the directory provider.

Usage

Perl

$cmdr->getUser( "test-userName" # userName # optionals );

ectool

ectool getUser \ "test-userName" `# userName` \ # optionals

Examples

Perl

$cmdr->getUser("Betty Barker", {traverseHierarchy => true});

ectool

ectool getUser "Betty Barker" --traverseHierarchy true