latestOpenAPI 3.1.0Proprietary2026-08-1095216168.4 KB

db81a447bba9

Account

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

put/account/settings

Request body

default_division_idinteger
default_tenant_idinteger
ip_bindingboolean nullable
theme'system' | 'light' | 'dark'

Example request

{
  "default_division_id": 7261844974723780000,
  "default_tenant_id": 7261845022003200000
}

Response

Settings updated