Skip to content

AdminInvite & manage users

Everyone with access to the tenant — administrators, reviewers, and end users — lives in the same Users table. Roles decide what each account can do.

See who's in your tenant

Open Users → Users for a list of every account, with role and status.

Users list with name, email, role, and status columns.The Users list. Filter by role, status, or group to narrow it down.

Add a new user

Click New User in the top-right of the Users list.

New user form with name, email, role, and portal fields.New user form. Choose the role and the portals they should have access to.

  1. Click New User.
  2. Enter name and email.
  3. Assign one or more roles (e.g. Member, Reviewer, Administrator).
  4. Attach the user to one or more portals.
  5. Save. The user receives an invitation email with a sign-in link.

User Groups

Bundle users for bulk enrollment and reporting. Create groups under Users → User Groups.

Import users from a CSV

To add or update many users at once, use Import Users at the top-right of the Users list.

The Users list with the Import Users button in the top-right.Users → Users. Use Import Users (top-right) to upload a CSV.

  1. Click Import Users.
  2. Download the example CSV file to see the expected columns, then fill it with your data.
  3. Upload your CSV. The importer matches columns to user fields automatically when your headers match the example.
  4. Set the import options — the default password for new users, an optional portal and role to auto-assign, and whether to send a welcome email.
  5. Start the import. When it finishes you'll see how many rows imported and how many failed; download the failed rows to see the reason for each.

The Import Users dialog with a Download example CSV file link, an upload area, and the import options.The Import Users dialog. Download the example file for the expected columns, then upload your CSV and set the options.

Existing users are matched by their unique identifier (member number by default) and updated rather than duplicated; a new identifier creates a new user.

Assign users to a group during import

Add a group column to your CSV to place each user in a user group as they import — useful when different users belong to different groups in a single upload.

A group cell accepts either a group name or a path to a nested group, with levels separated by >:

csv
first_name,last_name,email,member_number,group
Jane,Doe,jane@example.com,MEM-001,Audit
John,Smith,john@example.com,MEM-002,Audit > Tax
Priya,Patel,priya@example.com,MEM-003,

How each value is resolved:

  • A name that matches an existing group assigns the user to it. Matching ignores case and looks at top-level groups — use a path to reach a nested group.
  • A path like Audit > Tax assigns the user to the named child group under that parent. The parent must already exist.
  • A name or leaf that doesn't exist yet is created automatically — a bare name becomes a new top-level group; the last segment of a path becomes a new group under its (existing) parent.
  • A blank cell is ignored — the user imports with no group change.

The group is added to the user — it never removes groups they already belong to, and it stacks on top of the "auto-assign to user group" import option if you set one.

Rows that fail on the group column

A row fails — and is listed in the failed-rows summary, while the rest of the import continues — when its group value:

  • matches more than one group — the name is ambiguous; use a Parent > Child path to point at the right one;
  • names a parent that doesn't exist — parents are never created automatically, only the final group in a path;
  • names a default groupAdmins, System Admins, and Members can't be assigned through import.