What would be the standard Requests/Responses (to be returned), for the Get User, Create, Delete, Verify operations?

Hello,

We are building APIs to provision the user to our user store. For that we need to configure the custom database scripts (Request with Basic Auth), in Auth0 to call our API endpoints for CRUD operations.

We have been exploring the documentation and found some information to write the scripts. But we do not have much information on how the request from Auth0 would be for different operations.

And in addition, no information on the format of responses that API endpoints should return in order to be parsed by Auth0.

Any help on this would be much appreciated. Thank you in advance.