Good evening,
My company currently use a custom login system where users are stored in our database, we’re looking to move to Auth0.
We would therefore import all our users into Auth0 using the bulk import API.
However, a lot of code in our apps is tied to the “users” database table: this table can’t just disappear and be replaced by Auth0. We therefore need to add an auth0Id to each user in our database, to make the link between Auth0 users and our database user records.
Is there a way to get Auth0 user ids for all users that were imported in a bulk import?
Many thanks,
Nico