RemoveUserFromGroup

The RemoveUserFromGroup command action is used to remove an TIBCO MFT Command Center user from a group.

To use the RemoveUserFromGroup 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 removed from the group. None Yes

Sample RemoveUserFromGroup Command

This command removes the user Investor248 from the Stockholders group.

java cfcc.CFAdmin a:RemoveUserFromGroup GroupId:Stockholders UserId:Investor248