I am trying to create a user via POSTMAN using POST Auth0 Management API v2, but getting 403 (“Insufficient scope, expected any of: create:users”). I do see this scope is set up. What am I missing here?
I was testing this endpoint earlier today and also received a 40x error, then I tried removing several fields and it works. Not sure if this is due to a glitch.
If you are still experiencing this error, do you want to try with the below request and see how it goes?
{
“connection”: “Username-Password-Authentication”,
“email”: “john.doe@gmail.com”,
“password”: “secret”
}
If it works, then try your request with a different email address. Please keep us updated on how it goes. Thanks!