Update user information

Update user information. Users can only update their own information unless they are superusers. Superuser status can only be modified by existing superusers.

Path parameters

idstringRequired
ID of the user to update

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Request

This endpoint expects an object.
emailstringOptionalformat: "email"
Updated email address
is_superuserbooleanOptional
Updated superuser status
namestringOptional
Updated user name
biostringOptional
Updated user bio
profile_picturestringOptional
Updated profile picture URL
limits_overridesmap from strings to anyOptional
Updated limits overrides
metadatamap from strings to optional stringsOptional

Response

Successful Response
resultsobject

Errors