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

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

## Response `204`

successful operation

## Changes

- **2020-02-17** `8e1275395104` — 1 breaking
  - removed the request body

[Change history](https://skmtc.dev/xibosignage/apis/xibo-api/changes/user/pref/post.md)

---

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