When I attempt to create users through the management API without supplying a password I get status 400 with error message “password is required”.
The users created in this way are not necessarily known to the admin who is entering the details. I want the new user to receive a ‘Set up your account’ email from Auth0 which includes them choosing their password the first time they log in. How do I do this?