User Auth
Update User
Update the current user’s profile information.
This endpoint allows the authenticated user to update their profile information.
PUT
/
v2
/
user
Authorizations
Authorization
string
headerrequiredBearer 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
requiredWas this page helpful?