---
title: "Returns the current (logged in) user"
method: GET
path: "/user/me"
tags: ["user"]
---

# Returns the current (logged in) user

`GET /user/me`

## Response `200`

Successful Response

- UserRead
  - `email` string, email, required — E-Mail of the User
  - `first_name` string, required — First name of the User
  - `last_name` string, required — Last name of the User
  - `id` integer, required — ID of the User
  - `created` string, date-time, required — Created timestamp of the User
  - `updated` string, date-time, required — Updated timestamp of the User

---

[API](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api.md) · [All operations](https://skmtc.net/uhh-lt/apis/discourse-analysis-tool-suite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uhh-lt/discourse-analysis-tool-suite-api/versions/6b22366ce2d1/schema)
