---
title: "Save User Preferences"
method: POST
path: "/user/pref"
tags: ["user"]
---

# Save User Preferences

`POST /user/pref`

Save User preferences for non-state information, such as Layout designer zoom levels

## Request body

- object
  - `preference` UserOption[], required
    - `userId` integer — The userId that this Option applies to
    - `option` string — The option name
    - `value` string — The option value

## Response `204`

successful operation

---

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