TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.AddUsersToGroup Method 

Add the users for the given array of userNames to the group for the given groupName.

public void AddUsersToGroup(
   string groupName,
   string[] userNames
);

Parameters

groupName
The group that the users will be added to.
userNames
The users to be added.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if the names of the group or users are not legal.
ArgumentException if the array of user names is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace