Creating a User

You can create a user from the GUI or by using the CLI.

GUI

  1. Select Governance > Users & Groups and click the Users tab.

  2. Click New.

    A user dialog appears on the right.

  3. Type the user ID and password in the respective fields.

  4. Click Save.

    The dialog disappears. The user is added to the list in the Users tab and is selected.

CLI

  1. In the data file specify a user definition in full format.

    <User xsi:type="amxdata:User" username="linda" password="123" />

  2. In the build file set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to User.

    <AMXAdminTask action="add" objectSelector="User[@username='linda']" />

  3. Invoke the command-line interface on the build file.