---
title: "Update settings"
method: PUT
path: "/account/settings"
tags: ["Account"]
---

# Update settings

`PUT /account/settings`

Updates the current user's preferences: default tenant + division (for console nav), theme, and IP binding. IP binding pins active sessions to the IP that created them. Useful for tighter security but breaks roaming.

## Request body

- UpdateSettings
  - `default_division_id` integer
  - `default_tenant_id` integer
  - `ip_binding` boolean, nullable
  - `theme` 'system' | 'light' | 'dark'

## Response `204`

Settings updated

## Other responses

- `400` — Invalid theme or tenant/division reference
- `401` — No active session

---

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