API ReferenceAdmin
Request Body
application/json
Request body
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "http://localhost:8000/api/admin/users" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "firstName": "string", "lastName": "string" }'Empty