/
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
Access
Signup
post
/api/access/signup
Request body
AccountRegister
required
email
string
required
initialTeamName
string
nullable
name
string
nullable
password
string
required
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