Removing Superuser Privileges

Users with appropriate permissions can remove superuser privileges from existing users from the GUI or by using the CLI.

GUI

Prerequisites

The user must already exist in the authentication realm.

Procedure

  1. Select Governance > Users and Groups.
  2. Click Superusers.
    The Superusers dialog displays.
  3. Select an user in the list on the left and click .
    The user is removed from the list.
  4. Close the dialog box.

CLI

Procedure

  1. In the data file specify a ListOfSuperUser definition in full format.
    <ListOfSuperUser xsi:type="amxdata_base:ListOfSuperUser">
      <superUser username="linda"/>
    </ListOfSuperUser>
    
  2. In the build file set the action attribute of the AMXAdminTask element to delete and the objectSelector attribute to ListOfSuperUser.
    <AMXAdminTask
    action="delete"
    objectSelector="ListOfSuperUser"
     />
  3. Invoke the command-line interface on the build file.