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

# Get User Info.

`GET /user`

Retrieve the information of the user with the matching user ID.

## Cookies

- `_me_sess` string, required

## Response `200`

User Found

- UserGet — Response body for getting a user.
  - `username` string, required
  - `language` 'en', required
  - `dateCreated` integer, required
  - `dateUpdated` integer, required

## Other responses

- `400` — 400 Bad Request.
- `401` — 401 Unauthorised.
- `404` — 404 Not Found.
- `500` — 500 Unexpected Internal Server Error.

## Changes

- **2024-01-12** `9d667e94e36f` — 1 breaking, 1 info
  - removed the required property `email` from the response with the `200` status
  - added the required property `username` to the response with the `200` status
- **2023-11-26** `b173cabb315f` — 2 breaking, 5 warning, 4 info
  - removed the required property `settings` from the response with the `200` status
  - removed the required property `username` from the response with the `200` status
  - the optional response header `X-Api-Commit` removed for the status `200`
  - the optional response header `X-Api-Commit` removed for the status `400`
  - …7 more

[Change history](https://skmtc.dev/medama-io/apis/medama-analytics-api/changes/user/get.md)

---

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