---
title: "get settings"
method: GET
path: "/api/v1/user/settings"
tags: ["api/v1/user"]
---

# get settings

`GET /api/v1/user/settings`

#### Controller: 

`github.com/raghavyuva/nixopus-api/internal/features/user/controller.(*UserController).GetSettings`

#### Middlewares:

- `github.com/go-fuego/fuego.defaultLogger.middleware`
- `github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2`

---

## Headers

- `Accept` string

## Response `200`

OK

- UserSettingsResponse — UserSettingsResponse schema
  - `data` object, nullable
    - `auto_update` boolean
    - `created_at` string, date-time
    - `deleted_at` string, date-time, nullable
    - `font_family` string
    - `font_size` integer
    - `id` string, uuid
    - `language` string
    - `theme` string
    - `updated_at` string, date-time
    - `user` object, nullable
      - `avatar` string
      - `created_at` string, date-time
      - `email` string
      - `email_verified` boolean
      - `id` string, uuid
      - `image` string, nullable
      - `is_onboarded` boolean
      - `is_verified` boolean
      - `name` string
      - `organization_users` object[], nullable
        - `created_at` string, date-time
        - `deleted_at` string, date-time, nullable
        - `id` string, uuid
        - `organization` object, nullable
          - `created_at` string, date-time
          - `id` string, uuid
          - `logo` string, nullable
          - `metadata` string, nullable
          - `name` string
          - `slug` string
        - `organization_id` string, uuid
        - `updated_at` string, date-time
        - `user` User, nullable
          - `avatar` string
          - `created_at` string, date-time
          - `email` string
          - `email_verified` boolean
          - `id` string, uuid
          - `image` string, nullable
          - `is_onboarded` boolean
          - `is_verified` boolean
          - `name` string
          - `organization_users` object[], nullable
            - `created_at` string, date-time
            - `deleted_at` string, date-time, nullable
            - `id` string, uuid
            - `organization` object, nullable
              - …
            - `organization_id` string, uuid
            - `updated_at` string, date-time
            - `user` User — recursive
            - `user_id` string, uuid
          - `organizations` object[], nullable
            - `created_at` string, date-time
            - `id` string, uuid
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `provision_status` string, nullable
          - `supertokens_user_id` string
          - `updated_at` string, date-time
          - `username` string
        - `user_id` string, uuid
      - `organizations` object[], nullable
        - `created_at` string, date-time
        - `id` string, uuid
        - `logo` string, nullable
        - `metadata` string, nullable
        - `name` string
        - `slug` string
      - `provision_status` string, nullable
      - `supertokens_user_id` string
      - `updated_at` string, date-time
      - `username` string
    - `user_id` string, uuid
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

## Changes

- **2026-02-27** `93bf2b2f361d` — 32 breaking
  - the response property `data/user/organization_users` became nullable for the status `200` (media type: application/json)
  - the response property `data/user/organization_users` became nullable for the status `200` (media type: application/xml)
  - the response property `data/user/organization_users/items/user/organization_users` became nullable for the status `200` (media type: application/json)
  - the response property `data/user/organization_users/items/user/organization_users` became nullable for the status `200` (media type: application/xml)
  - …28 more
- **2026-02-20** `7da452081665` — 4 info
  - added the optional property `data/user/organization_users/items/user/provision_status` to the response with the `200` status (media type: application/json)
  - added the optional property `data/user/organization_users/items/user/provision_status` to the response with the `200` status (media type: application/xml)
  - added the optional property `data/user/provision_status` to the response with the `200` status (media type: application/json)
  - added the optional property `data/user/provision_status` to the response with the `200` status (media type: application/xml)
- …earlier changes not shown

[Full history](https://skmtc.dev/nixopus/apis/openapi/changes/api/v1/user/settings/get.md)

---

[API](https://skmtc.dev/nixopus/apis/openapi.md) · [All operations](https://skmtc.dev/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nixopus/openapi/revisions/86356bbcc727/schema)
