Back to index
Summary
Retrieves information about a user.userNameStringrequiredThe user name. providerNameStringoptionalThe name of the provider from which to get the user. registerLDAPUserBooleanoptionalSet to 0 or false to show user without register LDAP user in the EF system. traverseHierarchyBooleanoptionalSet 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