I tried the management api for create a user, I use the body sample for test, but I get this error:
![alt text][1]
What is wrong with my test ?
I tried the management api for create a user, I use the body sample for test, but I get this error:
![alt text][1]
What is wrong with my test ?
The sample request body in the Auth0 Management API explorer has "connection": "Initial-Connection"
so the most likely explanation for that error is that your tenant/domain does not have a database connection named Initial-Connection
.
thanks, I found the way how to make it work