---
title: "Get the user information"
method: GET
path: "/me/user"
tags: ["me"]
---

# Get the user information

`GET /me/user`

## Response `200`

User information retrieved successfully

- UserInfo
  - `username` string, required
  - `github_id` integer

## Changes

- **2025-01-26** `7eeaaad01664` — 1 info
  - added the optional property `github_id` to the response with the `200` status
- **2025-01-26** `92dc510f35d6` — 1 warning
  - removed the optional property `github_id` from the response with the `200` status
- **2025-01-25** `e0c01e636f75` — 1 info
  - added the optional property `github_id` to the response with the `200` status
- **2025-01-25** `396dcd08fcd9` — 1 info
  - endpoint added
- **2025-01-20** `93e312846ab3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/changes/me/user/get.md)

---

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