Update user information

POST

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

Request

This endpoint expects an object.
emailstringOptional

Updated email address

is_superuserbooleanOptional

Updated superuser status

namestringOptional

Updated user name

biostringOptional

Updated user bio

profile_picturestringOptional

Updated profile picture URL

Response

Successful Response

resultsobject

Errors