Update Profile
Users
Update Profile
Update the authenticated user’s profile
PATCH
Update Profile
Updates the profile information for the currently authenticated user. Only the fields included in the request body are updated; omitted fields remain unchanged. Preferences are merged with existing values.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token.
Request Body
All fields are optional. Include only the fields you want to change.Updated display name. Between 1 and 100 characters.
URL of the new avatar image, or
null to remove.Partial preferences object. Merged with existing preferences.
Response
Returns the full updated user profile. See Get Current User for the complete response schema.Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Invalid field value |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
404 | NOT_FOUND | User not found |

