Skip to content

List users (admin only)​

GET
/api/users

Authorizations​

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

Responses​

User list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"username": "string",
  
  
"email": "string",
  
  
"role": "string",
  
  
"status": 0,
  
  
"timezone": "string",
  
  
"files_access": true,
  
  
"hide_profit": true,
  
  
"can_create_users": true,
  
  
"last_login_at": "string",
  
  
"created_at": "string"
  
}
]

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI