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
id
ID of the user to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Key
Request
This endpoint expects an object.
email
Updated email address
is_superuser
Updated superuser status
name
Updated user name
bio
Updated user bio
profile_picture
Updated profile picture URL
limits_overrides
Updated limits overrides
metadata
Response
Successful Response
results