---
title: "Get User Settings"
method: GET
path: "/settings"
tags: ["Settings"]
---

# Get User Settings

`GET /settings`

## Query parameters

- `user_id` string, uuid

## Response `200`

List of settings for supplied user or current user if no user_id supplied

- object[]
  - `key` string, required — The setting key/name
  - `type` string — The type of value
  - `value` string, required — The setting value
  - `created_at` string — Created timestamp
  - `modified_at` string — Updated timestamp
  - `user_guid` string, nullable — ID of user, or null if this is the customer-wide setting value

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api.md) · [All operations](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catapultsports/openfield-connect-v6-api/revisions/b68eadaba68c/schema)
