PATCH
/
organization
/
members
/
{user_id}
{
  "user_id": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "jsmith@example.com",
  "role": "basic",
  "is_active": true,
  "is_superuser": true,
  "is_verified": true,
  "last_login_at": "2023-11-07T05:31:56Z"
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

user_id
string
required

Body

application/json
password
string | null
email
string | 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
object | null

Response

200
application/json
Successful Response
user_id
string
required
first_name
string | null
required
last_name
string | null
required
email
string
required
role
enum<string>
required
Available options:
basic,
admin
is_active
boolean
required
is_superuser
boolean
required
is_verified
boolean
required
last_login_at
string | null
required