Create Auth0 Database Using Management API

Hi,
I searched in the docs & community by couldn’t find an answer.
We want to automate auth0 resources creation, and want to create a users database connection using management api.
We are using .net core 3.1 with the Auth0.AuthenticationApi nuget package.
Is there any way to accomplish it or that he manual way is the only way?

Thanks,
Avishay.

Hi @avishay.cohen,

If I understand you correctly, you would like to create connections with the management API. You can do that with the
POST
/api/v2/connections endpoint.

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