/
LI
litestar-org
/
app
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 38m ago · Updated 1mo ago
Details
Filter operations
Admin
1
Admin - Audit
1
Admin - Teams
6
Admin - Users
12
Tags
5
Team Members
2
Teams
14
User Account Roles
2
User Accounts
5
get
List Users
post
Create a new user.
get
Retrieve the details of a user.
delete
Remove User
patch
UpdateUser
User Accounts
Create a new user.
A user who can login and use the system.
post
/api/users
Request body
UserCreate
required
email
string
required
isActive
boolean
isSuperuser
boolean
isVerified
boolean
name
string
nullable
password
string
required
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[]
roles
UserRole[]
teams
UserTeam[]
Changes