---
title: "Update the current user's settings."
method: PATCH
path: "/user/settings"
tags: ["User"]
---

# Update the current user's settings.

`PATCH /user/settings`

Updates the current user's settings.

## Request body

- ProtobufPatchUserSettingsRequest
  - `userSettings` ProtobufUserSetting[]
    - `type` 'PREFERRED_NAME' | 'GREETING' | 'CUSTOM_PLAYBACK_SPEEDS'
    - `value` string

## Response `200`

A successful response.

- ProtobufPatchUserSettingsResponse
  - `userSettings` ProtobufUserSetting[]
    - `type` 'PREFERRED_NAME' | 'GREETING' | 'CUSTOM_PLAYBACK_SPEEDS'
    - `value` string

## Other responses

- `401` — **[16 UNAUTHENTICATED]** *Could not authorize the operation.* **Returned in case of:** - Missing JWT cookie header - Crypto/rsa: verification error (invalid jwt) - JWT cookie not found

---

[API](https://skmtc.dev/tum-dev/apis/gocast-api.md) · [All operations](https://skmtc.dev/tum-dev/apis/gocast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tum-dev/gocast-api/revisions/18ce08adf685/schema)
