Use this command to view information about a user.
Purpose
Use the
getUser command
to view a list that contains the properties:
- uniqueName
- cn
- sn
- uid
- mail
- principalName
These are the only properties that this command returns; that is, you
cannot modify the properties that the command returns.
Sample
To retrieve the properties of a user, Dan Meyer,
whose uniqueName is uid=dmeyers,cn=users,dc=yourco,dc=com, issue this command:
$AdminTask getUser {-uniqueName uid=dmeyers,cn=users,dc=yourco,dc=com}