Skip to main content

Users

Create, modify, and delete users in AuthN

Create a User

To create a user:

  1. In the Pangea Console , click AuthN.
  2. In the left navigation panel, click Users.
  3. Click the + New button.
  4. Click Create User.
  5. Fill in the information for the user:
    • Email address
    • First Name
    • Last Name
    • Phone Number
  6. Click Save.

Import Users

Import users in bulk by uploading a CSV where rows are the individual users.

Each CSV file can be a maximum of 50GB. To upload a CSV that is more than 50GB, split the file into files that are smaller than 50GB and upload each file separately.

To import users:

  1. In the Pangea Console , click AuthN.

  2. In the left navigation panel, click Users.

  3. Click + New.

  4. Click Import Users.

  5. An Import users modal opens.

  6. Click Import CSV. A file selector opens.

  7. Navigate to your User CSV file, select it, and then click Upload.

  8. A modal displays to map the CSV values to AuthN user information. Map the fields, and then click Import.

    • If you are importing user passwords as well, map the password field to the password_hash parameter and then select a Hash Algorithm for the password hash. Passwords can also be imported via the import API endpoint.

    Available hash algorithms:

    • MD5
    • SHA1
    • SHA256
    • SHA512
    • BCRYPT
    • PBKDF2
    • ARGON2
    • SCRYPT
    • FIREBASE-SCRYPT
  9. AuthN then uploads the users. Once AuthN completes the import task, a report displays with the number of successful records imported, the number of records skipped, and the number of failed records.

  10. Click Import CSV to continue importing users, or click Done.

At their next authentication, imported users will be required to complete the enrollment process. At a minimum, this will include resetting their password, but could also include MFA enrollment.

note

If you import a CSV file multiple times, existing users do not get overwritten. Any users with duplicate email addresses are skipped and only users with unique email addresses are processed.

View User Details

To view users, click on Users in the left-hand navigation menu. A user table with various informative columns will appear. The columns include user details like:

  • First name
  • Last name
  • Email
  • Status
  • Last login
  • Auth method
  • MFA
  • Phone

Edit User Details

To edit a user’s information:

  1. Click Users on the left-hand navigation menu.
  2. Click on the user to modify.
  3. Click the menu button in the dialog box that displays.
  4. Click Update.
  5. A dialog will appear. Here you can edit:
    • First Name
    • Last Name
    • Phone Number
    • MFA requirements
    • The option to disable the user
  6. Click Save.

Delete a User

To delete a user:

  1. Click Users on the left-hand navigation menu.
  2. Click on the user to modify.
  3. Click the menu button in the dialog box that displays.
  4. Click Delete.
  5. A dialog will appear. Click Delete to confirm deleting the user.

Was this article helpful?

Contact us