Creating a Root Group

If group hierarchies are supported in your authentication realm, you can create a root group from the GUI or by using the CLI.

GUI

Procedure

  1. Select Governance > Users & Groups and click the Groups tab.
  2. Click New Root Group.
    The group dialog displays on the right.
  3. Type the group name and description in the respective fields.
  4. Click Save.
    The dialog disappears. The group is added to the list in the Groups tab and is selected.

CLI

Procedure

  1. In the data file specify a Group definition in full format.
    <Group
     xsi:type="amxdata:Group"
     name="acme">
    </Group>
  2. In the build file set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to Group.
    <AMXAdminTask
    action="add"
    objectSelector="Group"/>
  3. Invoke the command-line interface on the build file.