---
title: "Gets the first user."
method: GET
path: "/Startup/User"
tags: ["Startup"]
---

# Gets the first user.

`GET /Startup/User`

## Response `200`

Initial user retrieved.

- StartupUserDto — The startup user DTO.
  - `Name` string, nullable — Gets or sets the username.
  - `Password` string, nullable — Gets or sets the user's password.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
