Is there any way to configure Custom Connection scripts through Management API?

Hi, I was digging around on automatic user migration. Recently, we have moved a lot of our Auth0 configuration to our deployment pipeline with the Management API.

One of our missing parts is to move our Custom Database connection scripts (login, get user) to our deployment pipeline but wasn’t able to find a way to do so.

Is this even possible?

Thanks in advance! :slight_smile:

Hey there!

Unfortunately there is no option to do that as of now using the Management API. It’s configurable only through the Dashboard. I highly encourage you however to file a feature request for that using our product feedback form:

Hi @andreynz691

Check out deploy-cli: Deploy CLI Tool

It is not via the management API, but you can use it to deploy the custom DB scripts.

John