Try to register a new user via Postman via /dbconnections/signup endpoint and get 404

Here is my request to /dbconnections/signup endpoint

{
  "client_id": "...",
  "email": "test@mail.com",
  "password": "12345",
  "connection": "con_..."
}

and getting in response 404 and

{
  "error": "connection not found"
}

Could somebody please help?

Hi @pgx,

Welcome to the Auth0 Community!

You will need to pass the connection name instead of the connection ID for the connection parameter. For example “Username-Password-Authentication”.

Thanks,
Rueben

Thanks @rueben.tiow for a quick answer. I wasted a couple of hours on it. Pretty disappointing to see the omnipresend REST API disregarded so much in Auth0 starting from documentation :frowning:

Hi @pgx,

I’m glad that it’s working for you now.

Please feel free to always reach out if you have any questions or need help with using Auth0.

Thanks,
Rueben