Update user settings

Update the current user's settings. Only provided fields will be updated. The system supports finding users by ID, email, or phone number from the authentication token.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
appearance"AUTO" or "LIGHT" or "DARK"Optional
languagestring or "" or nullOptional
notificationsobjectOptional
app_soundsboolean or nullOptional
sound_volumedouble or nullOptional0-100
biometric_enableboolean or nullOptional

Response

Settings updated successfully
successboolean
messagestring
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error
503
Service Unavailable Error