AddGroup

The AddGroup action command is used to define a group.

TIBCO MFT Internet Server has a facility to group user IDs together. These groups could be all users at a specific location, business unit, or whatever grouping you chose. Before users can be grouped together a group has to be created.

To use the AddGroup action command a user must have UpdateGroupRight. For more information on these rights, see the AddUserToRole command.

Parameter Description Default Required
Department The group’s department. This value is ignored for department administrators. None No
Description Specifies the 1 to 64 character description of this group.

If the description contains embedded blanks the whole description should be enclosed in double quotation marks (" ").

None No
GroupId Specifies the 1 to 64 character group ID. None Yes
Visibility The group’s visibility. The valid values are public and private. private Yes

Sample AddGroup Command

The command below is a sample of adding a group.

java cfcc.CFAdmin a:AddGroup GroupId:Store68 Description:”68 – Plano, TX”