I am new to Auth0 and want to confirm a few things.
I want to use an Auth0 M2M app/service on my backend server to handle any manual user administration actions. For that I have setup an Auth0 M2M app, granted it the correct scopes and made sure it can administer the app I am building. The URL I use to request a token from is https://.us.auth0.com/api/v2/ which is the Auth0 Management API.
That seems to work well. When I then want to register a test user I use the following link https://.us.auth0.com/api/v2/users and I get a 404 error. What end point should I call? Any help will be appreciated.