---
title: "getUserSettingsScope"
method: GET
path: "/v2/users/me/settings/{scope}"
tags: ["User V2"]
---

# getUserSettingsScope

`GET /v2/users/me/settings/{scope}`

Get all setting values for one scope for the currently logged in user.

## Path parameters

- `scope` string, required — User setting scope. Values are limited to 64 characters.

## Response `200`

User settings for the requested scope

- UserSettingsScopeResponse
  - `scope` string, required — User setting scope. Values are limited to 64 characters.
  - `settings` object, required

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
