/
LI
litestar-org
/
Litestar Fullstack Template
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h 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
UpdateProfile
patch
/api/me
Request body
ProfileUpdate
required
name
string
nullable
phone
string
nullable
username
string
nullable
Response
Request fulfilled, document 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