API Front End to Your Database for Import User to Auth0

We want to migrate user from our own database to auth0. Instead of access the database directly, we want to provide a RESTful api.
Does anyone have done this before? Do you have any example that I can clone?

That’s no problem. You can use the custom database feature with automatic migration enabled. And from the templates, you select “Request with Basic Auth”. That’s the template you’re looking for.

Side note: you can also bulk import users from your own database incl. hashed passwords, if the hashing algo is supported, but I assume you have reasons not to do so.

1 Like

thanks a lot, it works

1 Like

Perfect glad to hear that!