---
title: "Update user feature settings"
method: PATCH
path: "/users/settings"
tags: ["Users"]
---

# Update user feature settings

`PATCH /users/settings`

REQUIRED SCOPES <code>[‘users:write’]</code><br>Each user in the system has personal feature settings related to choosing a convenient UI for the interaction within a conversation. <br><br>This API endpoint allows for setting a flag for a specific feature setting, such as send a message by a click of the ‘Send’ button or the ‘Enter’ button on the keyboard. <br><br>Through this API request, the user can save such personal settings and preferences.

## Query parameters

- `featureKey` string, required
- `settingsKey` string, required
- `value` string

## Response `200`

OK

- object
  - `value` string
  - `settingsKey` string
  - `featureKey` string

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
