---
title: "GET /api/v1/users/{user}/settings"
method: GET
path: "/api/v1/users/{user}/settings"
tags: ["UserService"]
---

# GET /api/v1/users/{user}/settings

`GET /api/v1/users/{user}/settings`

ListUserSettings returns a list of user settings.

## Path parameters

- `user` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListUserSettingsResponse — Response message for ListUserSettings method.
  - `settings` UserSetting[] — The list of user settings.
    - `name` string — The name of the user setting. Format: users/{user}/settings/{setting}, {setting} is the key for the setting. For example, "users/123/settings/GENERAL" for general settings.
    - `generalSetting` UserSettingGeneralSetting — General user settings configuration.
      - `locale` string — The preferred locale of the user.
      - `memoVisibility` string — The default visibility of the memo.
      - `theme` string — The preferred theme of the user. This references a CSS file in the web/public/themes/ directory. If not set, the default theme will be used.
    - `webhooksSetting` UserSettingWebhooksSetting — User webhooks configuration.
      - `webhooks` UserWebhook[] — List of user webhooks.
        - `name` string — The name of the webhook. Format: users/{user}/webhooks/{webhook}
        - `url` string — The URL to send the webhook to.
        - `displayName` string — Optional. Human-readable name for the webhook.
        - `createTime` string, date-time — The creation time of the webhook.
        - `updateTime` string, date-time — The last update time of the webhook.
  - `nextPageToken` string — A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
  - `totalSize` integer — The total count of settings (may be approximate).

## Other responses

- `default` — Default error response

## Changes

- **2025-12-19** `1285ae886c6f` — 2 warning
  - removed the optional property `settings/items/accessTokensSetting` from the response with the `200` status
  - removed the optional property `settings/items/sessionsSetting` from the response with the `200` status
- **2025-12-18** `5b13edddc39c` — 1 warning, 3 info
  - removed the optional property `settings/items/accessTokensSetting/accessTokens` from the response with the `200` status
  - added the optional property `settings/items/accessTokensSetting/personalAccessTokens` to the response with the `200` status
  - added `#/components/schemas/Session_ClientInfo` to the `settings/items/sessionsSetting/sessions/items/clientInfo` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/UserSession_ClientInfo` from the `settings/items/sessionsSetting/sessions/items/clientInfo` response property `allOf` list for the response status `200`
- **2025-12-15** `d740073f088f` — 2 warning, 4 info
  - removed the optional property `settings/items/tagsSetting` from the response with the `200` status
  - removed the optional property `settings/items/webhooksSetting/webhooks/items/signingSecretSet` from the response with the `200` status
  - added the optional property `settings/items/accessTokensSetting` to the response with the `200` status
  - added the optional property `settings/items/sessionsSetting` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/usememos/apis/untitled-api/changes/api/v1/users/:user/settings/get.md)

---

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