Skip to content

Get user (admin only)​

GET
/api/users/{id}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

User details

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
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI