/
LI
litestar-org
/
Litestar Fullstack Template
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
2026-07-17
80
62
261.3 KB
Admin
GetUser
get
/api/admin/users/{user_id}
Path parameters
user_id
string
uuid
required
Response
Request fulfilled, document follows
AdminUserDetail
required
createdAt
string
date-time
required
email
string
required
hasPassword
boolean
id
string
uuid
required
isActive
boolean
isSuperuser
boolean
isTwoFactorEnabled
boolean
isVerified
boolean
joinedAt
string
date
nullable
loginCount
integer
name
string
nullable
oauthAccounts
OauthAccount[]
phone
string
nullable
roles
UserRole[]
teams
UserTeam[]
updatedAt
string
date-time
required
username
string
nullable
verifiedAt
string
date
nullable