Importing Users from Okta to Auth0

Overview

This article will describe steps to import users from Okta to Auth0 by leveraging Auth0’s built-in database without using a custom database.

Solution

To import users from Okta to Auth0, follow these steps:

  1. Reach out to Okta Support for a manual password-hashed export.
  2. Manually export users from Okta in a JSON-compatible format.
  3. Use that file to call the following endpoint or use the User Import/Export Extension to bulk import the users into Auth0.

Related References