The FindUserAccount method finds a user account given its name.
Parameters
The session identifier.
The user account name to search for. This may contain wildcard characters (*).
The number of user accounts that should be returned from the search if more than 1 match is found.
This parameter specifies which user account properties to retrieve. Mandatory if noOfUserAccounts is greater than 0.
Return Values
An array of user account properties structures, one for each account matched by the search. This array will either be of the size of the number of accounts matched by the search, or of the number of accounts requested by the method call - whichever size is the lowest.
The total number of user accounts that were matched by the search (this can be used to indicate whether there were more matches found than the requested number of user accounts).
Remarks
The method supports wildcard pattern matching for the user account name. The name is case insensitive.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|