PUT
/
v2
/
user

Authorizations

Authorization
string
headerrequired

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

Body

application/json
user_id
string

ID of the user to update

email
string | null

Updated email address

is_superuser
boolean | null

Updated superuser status

name
string | null

Updated user name

bio
string | null

Updated user bio

profile_picture
string | null

Updated profile picture URL

Response

200 - application/json
results
object
required