TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetUser Method 

Get the user for the given username.

public UserInfo GetUser(
   string userName
);

Parameters

userName
The name of the user to retrieve info for.

Return Value

the UserInfo object for the given username or null if the name is not found.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if userName is not a legal user name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace