How to create a user without password?

As per this doc, the password field is mandatory

Is there a way to create a basic user without generating a password so that once the user email is verified, the password can be updated to the user’s profile ?

Thanks,
Vidya.

Hi @vidyarani.nethi ,

Thank you for posting this topic on the Auth0 Community!

We can not create a user without a password on the Auth0 dashboard. However, you can create such users using the bulk user import feature. Here is the doc:

https://auth0.com/docs/manage-users/user-migration/bulk-user-imports

We also have a couple of FAQs related to the bulk import feature, in case they could be helpful for your use case.

My general strategy has been to create the single user with a random string as the password. This way the password is unknown to the user, and they are forced to reset their password to log in for the first time.

Thank you @josiah_devizia for helping with topic!

This topic was automatically closed after 11 days. New replies are no longer allowed.