/
MY
myaltimate
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
myaltimate
FastAPI
patch
User Edit
v5
latest
OpenAPI 3.1.0
2026-08-08
1,021
1,308
2.1 MB
USER
User Edit
patch
/users/{user_uuid}
Path parameters
user_uuid
string
uuid
required
Headers
x-tenant
string
Request body
UserUpdateIn
required
first_name
string
nullable
last_name
string
nullable
email
string
email
nullable
phone
string
nullable
password
string
nullable
password_confirmation
string
nullable
user_role_uuid
string
uuid
nullable
is_verified
boolean
nullable
is_onboarded
boolean
nullable
is_active
boolean
nullable
is_invited
boolean
nullable
attributes
object
nullable
Response
Successful Response
StandardResponse
required
ok
boolean
required