Skip to main content
PATCH
Users:Patch User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
password
string | null
email
string<email> | null
is_active
boolean | null
is_superuser
boolean | null
is_verified
boolean | null

Response

Successful Response

id
string<uuid>
required
email
string<email>
required
is_active
boolean
default:true
is_superuser
boolean
default:false
is_verified
boolean
default:false
tenant_id
string<uuid> | null
parent_user_id
string<uuid> | null