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
-
Select Governance > Users & Groups and click the Groups tab.
-
Click New Root Group.
The group dialog displays on the right.
-
Type the group name and description in the respective fields.
-
Click Save.
The dialog disappears. The group is added to the list in the Groups tab and is selected.
CLI
Procedure
-
In the data file specify a Group definition in full format.
<Group
xsi:type="amxdata:Group"
name="acme">
</Group>
-
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"/>
-
Invoke the command-line interface on the build file.