Skip to main content

User management

This guide shows you how to add, update, and export users and admins to the Admin Center. Both the user group and the admin group have control and access to the H2O AI Managed Cloud (HAMC) environment.

Click User management on the left-navigation bar or click Visit on your Dashboard, to access the subsection.

admin center dashboard

Note
  • Click the info icons in the user management section to access the user guide, which clearly explains how to add or delete users and admins.

    user management info icons

  • When users are added or updated (either individually, or in bulk), the change will be auto-updated and reflected on the UI instances of all other users who are logged into the same instance of Admin Center in HAMC.

  • If you have an external Identity Provider (IdP), and the users/admins you want to add to the system are not already set up in Okta, you need to configure the users through your own IdP before adding them to the system.
    Configure user via external IdP

    However, if you wish to proceed without configuring the user through your own IdP, click the Proceed anyway button on the warning alert. This will create a local user in H2O.ai Okta. Create user in h2o.ai okta

Add a new user

Note
  • Users can access the H2O AI Managed Cloud environment.
  1. Click Add under the End users section.

    add new user

    A side panel will appear on your screen.

  2. Fill in the required user details and click Save.

    save new user

  3. A pop-up window will appear with the details you entered.

    Click Confirm to continue.

    confirm to continue

The user details will be displayed under the User Group index table on your HAMC environment.

Resend activation email

When a new user is added, they will appear in the Users list with a status of either Staged or Pending user action. An activation email is then sent to the user, notifying them to activate their account by providing the email and password. This activation email expires within 24 hours.

To resend the activation email to a user who did not activate their account within the 24-hour window,

  1. Select the user(s) from the Users table.
  2. Click Resend activation email. Resend activation email
  3. Click Confirm.
note

To resend an activation email, the user’s status must be either Staged or Pending user action.

Grant admin permissions to a user

To grant admin permissions to users in your Users group, follow these steps:

  1. In the Users table, select the user(s) you want to grant admin permissions to.

  2. Click Add as admin. Make user an admin

  3. To apply the changes, click Confirm.

    Confirm granting admin permission to a user

Add an admin user

Note
  • To gain full access to Managed Cloud, admins must also be granted user permissions. With these permissions, admins can control the H2O AI Managed Cloud environment.
  • If you have admin access but do not have user permissions, please reach out to the other admins to request the appropriate usage permissions.
  1. Click Add under the Admins section.

    add admin

    A side panel will appear on your screen.

  2. Fill in the required user details and click Save.

    save admin

  3. A pop-up window will appear with the details you entered.

    Click Confirm to continue.

    confirm

Your details will be displayed under the Admin Group index table on your HAMC environment.

Import users in bulk

You could also import user groups in bulk.

  1. Click Bulk import.

    bulk import

  2. Click Select group and choose the relevant group you wish to import to, from the drop down menu.

  3. Click Browse and import the dataset.

    note
    • When importing a dataset, upload it as a CSV file formatted as follows:
      • The file must contain three columns in the specified order: Email, First Name, Last Name.
      • Ensure there are no additional columns or headers in the CSV file.
    • When importing users into a User group, activation links are sent to each user and will expire after 24 hours. If a user does not activate their account within this 24-hour period, you can resend the activation email.

    upload dataset

  4. Click Upload.

Your details will be displayed under the relevant index table on your HAMC environment.

Export users

To download a list of users and admins as a text file, click Export users on the top-right corner of the screen.

export users

The .txt file contains email addresses, full names, and user status (active/inactive) of all users and admins.

Note

Note that you have to have administrator privileges to be able to export users.

Click Commit history to follow up on recent changes that have been made to the user/admin groups.

User management commit history

note

When a user is sourced from an Identity Provider (IdP), the Status column displays the suffix '- IdP' alongside the user status to indicate the user's source.

Example: If the user 'h2o-tester-admin@h2o.ai' is sourced from an IdP and the status is 'Suspended', the Status column for that user will be Suspended - IdP.

Summary

In this tutorial we learnt how to use H2O Admin Center by adding user groups and admin groups to control access to the HAMC environment.


Feedback