TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CreateUser Method 

Create a user based on the information in the given UserInfo.

public UserInfo CreateUser(
   UserInfo user
);

Parameters

user
The information for the user to be created.

Return Value

the fully configured UserInfo from the server.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if the name of the user is not a legal user name.
AdminNameExistsException if a user already exists with the given name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace