cURL
curl --request PATCH \ --url https://api.quiva.ai/accounts/user \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "first_name": "John", "last_name": "Smith", "theme": "dark", "sound": true } '
{ "message": "<string>" }
Updates user information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User email (optional, defaults to current user)
First name
Last name
Enable sound
UI theme (light, dark, auto)
Enable TOTP authentication
Enable passkey authentication
User updated successfully