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
    1. Select Governance > Users & Groups and click the Users tab.
    2. Click a user.

      The groups that the user belongs to are displayed in the Groups table.

    3. Select the group from this table and click the .
    Groups
    1. Select Governance > Users & Groups and click the Groups tab.
    2. Click a group.

      The users that belong to this group are displayed in the User pane.

    3. Select the group from this table and click the .

CLI

Procedure

  1. 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>
  2. 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"/>
  3. Invoke the command-line interface on the build file.