AddUserToGroup

The AddUserToGroup command action is used to add an TIBCO MFT Command Center user to a group.

To use the AddUserToGroup action command, you must have UpdateGroupRight. For more information on this right, see AddUserToRole.

Parameter Description Default Required
GroupId Specifies the 1 to 64 character group ID. None Yes
UserId Specifies the 1 to 64 character TIBCO MFT Command Center user ID of the user to be assigned to this group. None Yes

Sample AddUserToGroup Command

This command adds the user Marketing008 to the Marketing group.

java cfcc.CFAdmin a:AddUserToGroup GroupId:Marketing UserId:Marketing008