Skip to content

Create user (admin only)​

POST
/api/users

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"username": "string",
  
"email": "string",
  
"password": "string",
  
"role": "string",
  
"timezone": "string"
}

Responses​

User created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI