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
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 delete and the objectSelector attribute to Group/User.
<AMXAdminTask
action="delete"
objectSelector="Group/User"/>
-
Invoke the command-line interface on the build file.