Installer.com Docs
API ReferenceAdmin
POST
/api/admin/users

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