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
    1. Select Governance > Users & Groups and click the Users tab.
    2. Click one or more users.
    3. Click Add Group Membership.
    4. Click one or more groups.
      • Holding the left mouse button down, drag to the list on the right, and release the button.
      • Click .
    5. Click Save.
    Groups
    1. Select Governance > Users & Groups and click the Groups tab.
    2. Click a group.
    3. Click Add Users.
      • Holding the left mouse button down, drag to the list on the right, and release the button.
      • Click
    4. Click Save.

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