I need to create an Auth0 DB connection for 400+ Organizations. Can this be done via Management API?

I plan to have over 400 Organizations in my tenant. Each of these organizations need account isolation.

I am trying to use the Management API to create a Database Connection using the “auth0” strategy. The Connection seems to be created (it can be returned in the API), but I don’t see my connection in the Management portal. If I call “Check Status”, I get an error that says “Invalid strategy auth0”.

Is it possible to create Auth0 databases programmatically?

This may not be helpful to anyone, but it turns out I was using two different tenants. The tenant my API was talking to, and the tenant I was signed into on the web were different, so I wasn’t able to see my changes.

Whoops!