---
title: "GET /api/user-context"
method: GET
path: "/api/user-context"
tags: ["App"]
---

# GET /api/user-context

`GET /api/user-context`

## Response `default`

- UserContextDto
  - `allowAutoThemes` boolean, required
  - `allowErrorMonitoring` boolean, required
  - `isConfigured` boolean, required
  - `isGuestDashboardEnabled` boolean, required
  - `isLoggedIn` boolean, required
  - `localDomain` string, required
  - `sslPort` number, required
  - `themeBase` string, required
  - `themeColor` string, required
  - `version` object, required
    - `body` string, required
    - `current` string, required
    - `latest` string, required
    - `releases` object[], required
      - `body` string, required
      - `version` string, required

## Changes

- **2025-09-19** `04aac8a043a6` — 1 breaking
  - removed the success response with the status `200`
- **2025-09-07** `1e7df4131321` — 1 info
  - added the required property `version/releases` to the response with the `200` status
- **2025-06-02** `e0e9ff9df3db` — 1 info
  - added the required property `sslPort` to the response with the `200` status
- **2025-05-10** `f0c71f38bf3f` — 1 info
  - added the required property `localDomain` to the response with the `200` status
- **2025-05-09** `0db10235cd0a` — 1 info
  - added the success response with the status `200`

[Change history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/user-context/get.md)

---

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