/
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
User Accounts
CreateUser
post
/api/users
Request body
UserCreate
required
email
string
required
isActive
boolean
isSuperuser
boolean
isVerified
boolean
name
string
nullable
password
string
required
phone
string
nullable
username
string
nullable
Response
Document created, URL follows
User
required
avatarUrl
string
nullable
email
string
required
hasPassword
boolean
id
string
uuid
required
isActive
boolean
isSuperuser
boolean
isTwoFactorEnabled
boolean
isVerified
boolean
name
string
nullable
oauthAccounts
OauthAccount[]
phone
string
nullable
roles
UserRole[]
teams
UserTeam[]
username
string
nullable