Skip to main content

Member management

This guide shows you how to manage members (users and admins) in the Admin Center. All members are displayed in a single unified table with sortable columns and inline group management.

Click Member management on the left-navigation bar to open the Member management page.

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.
  • The Source column shows each user's profile source.
  • To organize users into groups and manage group-based permissions, see the Custom Groups page.

Member table

The Member management page displays all members in a single table. Member management table

The table contains the following columns:

ColumnDescription
NameThe member's first and last name.
EmailThe member's email address.
StatusThe member's account status (for example, Active, Deactivated, etc.). Displays the -IdP suffix for users sourced from an Identity Provider.
Last LoginThe last time the member logged in to the environment.
SourceThe member's profile source (Identity Provider).
Associated GroupsThe group(s) the member belongs to. This column is editable. See Edit associated groups.

Sort and group

The table is sortable by all columns. Click a column header to sort by that column.

You can also group table rows by the Status and Source columns.

Edit associated groups

To add or remove a user from groups individually:

  1. Click the Associated Groups cell for the target user in the table.
  2. In the inline dropdown that appears, review the available groups.
  3. Select a group to add the user to it, or deselect a group to remove the user from it.
  4. Changes are applied one group at a time.

Associated groups dropdown

Remove users from groups

To remove multiple users from groups in bulk:

  1. Select one or more users from the table.
  2. Click Remove. Remove from groups dialog
  3. In the dialog that opens, review each selected user and their associated group checkboxes.
  4. For each user, select the group(s) to remove them from.
  5. Click Confirm to apply the removal. Remove from groups dialog

Add users to groups

To add multiple users to groups, select one or more users from the table and click Add to Groups. This opens a dialog where you can assign the selected users to one or more groups.

Add a new user

To add a member to the user role, follow these steps:

  1. Click Add member in the top-right corner. click Add members The Add member side panel opens.
  2. In the First name field, enter the member's first name.
  3. In the Last name field, enter the member's last name.
  4. In the Email field, enter the member's email address.
  5. In the Groups drop-down, select User.
  6. Click Add member.

The member appears in the table in your HAMC environment.

Resend emails

When a new user is added, they appear in the table with a status of either Staged or Pending user action.

An activation email is automatically sent to the user, notifying them to activate their account by providing the email and password. This activation email expires within 24 hours.

You can resend password reset emails to users who have activated their accounts (Active) or whose passwords have expired (Password Expired).

To resend an activation or password reset email:

  1. Select the user(s) from the table.
  2. Click Resend emails. resend emails
  3. Click Okay to confirm. confirm resend emails

The appropriate email is sent based on each user's status.

note
  • To resend an activation email, the user's status must be either Staged or Pending user action.
  • To send a password reset email, the user's status must be Active or Password Expired.

Grant admin permissions to a user

To grant admin permissions to users, follow these steps:

  1. In the table, locate the user to grant admin permissions. click Add as admin
  2. Click on the drop down under Associated Groups.
  3. In the dropdown, select Admin to add the user to the admin group.

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.

To add a member to the admin role, follow these steps:

  1. Click Add member in the top-right corner. click Add members The Add member side panel opens.
  2. In the First name field, enter the member's first name.
  3. In the Last name field, enter the member's last name.
  4. In the Email field, enter the member's email address.
  5. In the Groups drop-down, select Admin.
  6. Click Add member.

The member appears in the table with admin permissions in your HAMC environment.

Import members in bulk

You can also import members in bulk:

  1. Click Bulk import. Bulk import
  2. From the Role drop-down, select User, Admin, or both to assign roles to the members.
  3. Under Upload CSV, upload a CSV file containing the members' email addresses, first names, and last names.
    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.
  4. Click Add members.
    note

    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.

The newly added members are listed in the table in your HAMC environment.

Export members

To download a list of users and admins as a text file, click Export Members. click export users The .txt file contains email addresses, full names, and user status (active/inactive) of all users and admins.

Note

You need to have administrator privileges to be able to export users.


Feedback