---
title: "GET /user"
method: GET
path: "/user"
tags: ["User"]
---

# GET /user

`GET /user`

Gets currently logged in user

## Response `200`

currently logged in user

- User
  - `given_name` string — Given Name of the user
  - `family_name` string — Family Name of the user
  - `nickname` string — Shortname/Nickname of the user
  - `picture` string — URL to picture of the user

## Other responses

- `401` — You are not authorized
- `5XX` — Internal Server Error

---

[API](https://skmtc.dev/apress/apis/hydra-server.md) · [All operations](https://skmtc.dev/apress/apis/hydra-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apress/hydra-server/revisions/f125dd35c820/schema)
