Unable to Create Passwordless User

I’m working on a project that uses Passwordless email as the only method of logging in. When I go into the Users section of the management portal and click “Create User” it says,

“You need an active database connection before you can create a new user.”

Is there not a way to create a new Passwordless user from the management console?
Is it possible to create a Passwordless user with the management API?

From what I can tell, you’ll need to use the Management API to manually create users - Auth0 Management API v2 - through the POST /api/v2/users endpoint

I would check the reference documentation on how to obtain access tokens that allow you to invoke the API endpoints for more information.