---
title: "All user settings"
method: GET
path: "/me/settings"
tags: ["Settings"]
---

# All user settings

`GET /me/settings`

## Response `200`

Settings

- UserSettingListResponse
  - `data` object
    - `items` UserSetting[]
      - `category` string
      - `data` DashboardElement
        - `cssclass` string
        - `href` string
        - `id` string
        - `owner` string
        - `name` string
        - `param` string
        - `shared` boolean
        - `type` integer
        - `weight` number
      - `guid` string
      - `id` integer
      - `param` string
      - `partid` integer
      - `user_name` string
  - `meta` Meta
    - `request_id` string
    - `trace_id` string
    - `pagination` Pagination
      - `limit` integer
      - `next_cursor` string
      - `prev_cursor` string
      - `total` integer
      - `has_more` boolean
    - `message` string

## Other responses

- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/sipcapture/apis/homer-next-gen-api.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-next-gen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-next-gen-api/versions/1966dd0df318/schema)
