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.
    platform-admin.sh add-user [-h][-u USER-NAME][-p PASSWORD]
    ArgumentsDescription
    -h --helpDisplays the help message.
    -u USER-NAMEUsername of the new user that you want to add.
    -p PASSWORDPassword of the new user that you want to add.

    Example

    ./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.
    platform-admin.sh delete-user [-h][-u USER-NAME][-p PASSWORD]
    ArgumentsDescription
    -h --helpDisplays the help message.
    -u USER-NAMEUsername of the user that you want to delete.
    ./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.