---
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

- **2026-07-17** `4ff151025f7c` — 1 info
  - the `username` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` for the status `200`
- **2025-02-09** `11f1b67626ff` — 1 info
  - the `username` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i` for the status `200`
- **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

[Full 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/4ff151025f7c/schema)
