/
LI
litestar-org
/
Litestar Fullstack Template
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 1mo ago
Details
Filter operations
Access
17
post
ForgotPassword
post
Login
post
Logout
post
RefreshToken
get
ValidateResetToken
post
ResetPasswordWithToken
get
GetSessions
delete
RevokeAllSessions
delete
RevokeSession
post
Signup
post
RequestVerification
get
GetVerificationStatus
post
VerifyEmail
get
User Profile
delete
RemoveAccount
patch
UpdateProfile
patch
UpdatePassword
Admin
14
MFA
7
OAuth Authentication
4
Profile
4
Roles
7
System
2
Tags
5
Team Members
3
Teams
10
User Account Roles
2
User Accounts
5
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
Changes