Skip to main content
PATCH
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

user_id
string<uuid>
required

Body

application/json
password
string | null
email
string<email> | null
is_active
boolean | null
is_superuser
boolean | null
is_verified
boolean | null
role
enum<string> | null
Available options:
basic,
admin
first_name
string | null
last_name
string | null
settings
Settings · object | null

Response

Successful Response

Detailed member info for /me and update endpoints.

user_id
string<uuid>
required
first_name
string | null
required
last_name
string | null
required
email
string<email>
required
role
string
required
is_active
boolean
required
is_verified
boolean
required
last_login_at
string<date-time> | null
required