---
title: "Sync User's UI Settings."
method: POST
path: "/users/ui-settings/sync"
tags: ["Users"]
---

# Sync User's UI Settings.

`POST /users/ui-settings/sync`

REQUIRED SCOPES <code>['users:write']</code><br>Sync User's UI Settings: Create OR Update.

## Request body

- object
  - `source_type` string, required — Source Type
  - `items` union, required — Settings Items: array or object
    - unknown[]
      - unknown
    - object

## Response `201`

OK

- object
  - `data` UISettingsResource
    - `id` integer
    - `user_id` integer
    - `organization_id` integer
    - `items` union
      - unknown[]
        - unknown
      - object

## Other responses

- `422` — Unprocessable Entity

---

[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)
