UpdateGroup
The UpdateGroup action command is used to update a group.
TIBCO MFT Internet Server has a facility to group user IDs together. Before users can be grouped together, a group has to be created. A group can be all users at a specific location, business unit, or whatever grouping you choose.
To use the UpdateGroup action command, a user must have UpdateGroupRight. For more information, see the AddUserToRole command.
| Parameter | Description | Default | Required |
|---|---|---|---|
| Department (dpt) | Specifies the department of a group. This value is ignored for department administrators. | None | No |
| Description (d) | Specifies the description of this group in 1-to-64-characters.
If the description contains embedded blanks the whole description should be enclosed in double quotation marks (" "). |
None | No |
| GroupId (gid) | Specifies the group ID in 1-to-64-characters. | None | Yes |
| Visibility (vsb) | Specifies the group’s visibility. The valid values are public and private. | private | Yes |
Sample UpdateGroup Command
The command below is a sample of updating a group.
java cfcc.CFAdmin a:UpdateGroup GroupId:Store67 Description:"67 – Plano, TX"