Removing Users from Groups
Privileged uses can remove users from groups from the GUI or by
using the CLI. Removing the user from the group is not the same as deleting a
user.
GUI
Procedure
-
Option |
Procedure |
Users |
- Select
and click the
Users tab.
- Click a user.
The groups that the user belongs to are displayed in the
Groups table.
- Select the group
from this table and click the
.
|
Groups |
- Select
and click the
Groups tab.
- Click a group.
The users that belong to this group are displayed in the
User pane.
- Select the group
from this table and click the
.
|
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
delete
and the
objectSelector attribute to
Group/User.
<AMXAdminTask
action="delete"
objectSelector="Group/User"/>
-
Invoke the command-line interface
on the build file.
Copyright © Cloud Software Group, Inc. All rights reserved.