Add or Remove Users in the Enterprise Console

You can add or remove users in the Enterprise Console by using CLI. Enterprise Console supports only the local users not the SAML/LDAP users. All added users have the same privileges as admin user.

Note: Enterprise Console runs only one job at a time. Therefore, multiple users cannot run the parallel jobs in the same platform.
  • Run the following command to add a user in the Enterprise Console.
    CODE
    platform-admin.sh add-user [-h][-u USER-NAME][-p PASSWORD]
    Arguments Description
    -h --help Displays the help message.
    -u USER-NAME Username of the new user that you want to add.
    -p PASSWORD Password of the new user that you want to add.

    Example

    CODE
    ./platform-admin.sh add-user -u example-user -p example-pwd
    Enterprise Console user example-user added successfully.
  • Run the following command to delete the user in the Enterprise Console.
    CODE
    platform-admin.sh delete-user [-h][-u USER-NAME][-p PASSWORD]
    Arguments Description
    -h --help Displays the help message.
    -u USER-NAME Username of the user that you want to delete.
    CODE
    ./platform-admin.sh delete-user -u example-user
    Enterprise Console user example-user deleted successfully.
    Note: The default Admin user cannot be deleted.

Verify the logs of adding or deleting users in the platform-admin-server.log.