---
title: "Retrieve the current user"
method: GET
path: "/v0/user"
---

# Retrieve the current user

`GET /v0/user`

Retrieve the currently authenticated user's information.

## Response `200`

success

- User
  - `object` 'user', required
  - `id` string, required
  - `email` string, nullable, required
  - `name` string, nullable, required
  - `github` object, nullable, required
    - `username` string, required

---

[API](https://skmtc.net/stainless-api/apis/my-api.md) · [All operations](https://skmtc.net/stainless-api/apis/my-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/my-api/versions/1d73a351f557/schema)
