Skip to content

Register a new user

POST
/api/v1/users

Request Body

application/json
JSON
{
  
"display_name": "string",
  
"password": "string",
  
"username": "string"
}

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"created_at": "string",
  
  
"display_name": "string",
  
  
"hashed_password": "string",
  
  
"is_admin": true,
  
  
"updated_at": "string",
  
  
"user_id": 0,
  
  
"user_meta": "string",
  
  
"username": "string"
  
},
  
"status": "success"
}

Playground

Body

Samples

Powered by VitePress OpenAPI