EasypanelDocs

Create a user

Creates a licensed Easypanel user with an administrator role and password.

POST
/createUser

Creates a licensed Easypanel user with an administrator role and password.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/createUser" \  -H "Content-Type: application/json" \  -d '{    "admin": true,    "email": "[email protected]",    "password": "string"  }'
null