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
Procedure
-
Choose one of the following options:
Option |
Procedure |
Users |
- Select
and click the
Users tab.
- Click one or
more users.
- Click
Add Group Membership.
- Click one or
more groups.
- Holding the
left mouse button down, drag to the list on the right, and release the button.
- Click
.
- Click
Save.
|
Groups |
- Select
and click the
Groups tab.
- Click a group.
- Click
Add Users.
- Holding the
left mouse button down, drag to the list on the right, and release the button.
- Click
- Click
Save.
|
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.
Copyright © Cloud Software Group, Inc. All rights reserved.