Adding Users to Groups
Privileged users can add users to groups from the GUI or by using the CLI. You can add multiple users at the same time.
GUI
Choose one of the following options:
Option | Procedure |
---|---|
Users |
|
Groups |
|
CLI
Procedure
-
In the data file, specify a Group in base format and User in base format.
<Group xsi:type="amxdata_base:Group_base"
name="sales">
<User xsi:type="amxdata_base:User_base" username="linda"/>
</Group>
-
In the build file, set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to Group/User.
<AMXAdminTask
action="add"
objectSelector="Group/User"/>
-
Invoke the command-line interface on the build file.