TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateUser Method 

Save changes made to the given UserInfo.

public void UpdateUser(
   UserInfo userInfo
);

Parameters

userInfo
The user information to save.

Remarks

This method can only be used to update a user that already exists on the server. To create a new user use the CreateUser method.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if UserInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace