Custom Authentication APi Create User

Hello. I configured my domain in custom Domain and created an api auth.apidistro.ct.ws/distro. Now how can I create users with this api?

Hi @misunderstoodgenius9

Welcome back to the Auth0 Community!

The custom API that you created represents an external resource, capable of accepting and responding to protected resource requests made by applications. To create an user (inside of Auth0) you’ll need to make calls to the Managment API. In our API Docs you can find the example request as well as add your own API Key to make call from the Docs. Auth0 Management API v2

Thanks
Dawid

I got the token via the default temant and now I try to create a user, but not work

This request return 404.

Can you send me the request that you are sending?

{
“statusCode”: 401,
“error”: “Unauthorized”,
“message”: “Bad audience: https://auth.apidistro.ct.ws/api/v2/
} I tryed with this test Auth0 Management API v2 and result this now