---
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.
  - `last_workspace` string, nullable
  - `pinned_workspaces` string[]
  - `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

## Changes

- **2025-08-19** `5287337ab0fe` — 1 warning, 7 info
  - removed the optional property `active_config` from the response with the `200` status
  - added the optional property `developer` to the response with the `200` status
  - added the optional property `show_document_navigator` to the response with the `200` status
  - added the optional property `show_help_page` to the response with the `200` status
  - …4 more
- **2025-08-06** `43c12480eb1b` — 1 info
  - added the optional property `active_config` to the response with the `200` status

[Change 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/84efd317dcde/schema)
