Will auth0 management api work while using custom database(mongo db lets say)

Will auth0 management api work while using custom database(mongo db lets say)

Your post is a bit vague, but the general answer should be yes you will still be able to perform user operations through Management API as long as the custom database properly implements the custom script associated with that operation. For example, in order for you to be able to delete a user through Management API the associated delete custom script should be implemented.

1 Like

Thanks for reply @jmangelo

Is there any way in auht0 to create users in bulk?

Yes, there’s a bulk import option; you can read more about this at (Bulk User Imports).

actually, users do not exist just have to signup many users in a one go.
Import is for importing already existing users somewhere in another
database right?

1 Like

Yes that is correct. It’s importing already existing users

Can you expand on signup of many users? Will you be creating the accounts on behalf of those users, is that it? If that’s the case I think import would still apply and could be used for that. The end-users would then perform a password reset in order to set their passwords.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.