---
title: "Get User Settings"
method: GET
path: "/api/user/settings"
tags: ["user"]
---

# Get User Settings

`GET /api/user/settings`

Get current user's settings.

## Response `200`

Successful Response

- UserSettingsResponse — User settings response.
  - `subscription` SubscriptionInfo — Subscription info exposed to frontend in user settings. Note: stripe_customer_id is deliberately excluded for security. This is a minimal model used in UserSettingsResponse. For full subscription details, use GET /subscription endpoint.
    - `status` string
    - `trial_expires` integer, nullable
  - `last_workspace` string, nullable
  - `pinned_workspaces` string[]
  - `tableviews` TableView[]
    - `workspace` string, required
    - `name` string, required
    - `columns` string[], required
  - `developer` boolean
  - `show_document_navigator` boolean
  - `show_thread_visualization` boolean
  - `show_smart_search` boolean
  - `show_security_settings` boolean
  - `show_invite_tab` boolean
  - `show_help_page` boolean
  - `show_templates` boolean
  - `ai_mode` string, nullable
  - `hide_online_status` boolean
  - `muted_users` string[]

## Changes

- **2026-01-11** `c3c793024170` — 1 warning, 1 info
  - removed the optional property `notifications_last_seen_at` from the response with the `200` status
  - added the optional property `muted_users` to the response with the `200` status
- **2025-12-31** `d14bca97ba86` — 2 info
  - added the optional property `hide_online_status` to the response with the `200` status
  - added the optional property `notifications_last_seen_at` to the response with the `200` status
- **2025-11-09** `dc6f981b30b5` — 1 info
  - added the optional property `tableviews` to the response with the `200` status
- **2025-11-03** `d6c3e911a263` — 1 info
  - added the optional property `subscription` to the response with the `200` status
- **2025-10-06** `8d3e894e6c0b` — 2 info
  - added the optional property `ai_mode` to the response with the `200` status
  - added the optional property `show_templates` to the response with the `200` status

[Full history](https://skmtc.dev/arbicity/apis/arbi/changes/api/user/settings/get.md)

---

[API](https://skmtc.dev/arbicity/apis/arbi.md) · [All operations](https://skmtc.dev/arbicity/apis/arbi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arbicity/arbi/revisions/6b174ff0bc3a/schema)
