---
title: "Get my user data"
method: GET
path: "/api/v1/user"
tags: ["User"]
---

# Get my user data

`GET /api/v1/user`

## Response `200`

Successful Response

- FullUserData
  - `username` string
  - `full_name` string
  - `avatar` string
  - `organization_user` unknown[]
    - unknown

## Other responses

- `400` — Missing Api Key

---

[API](https://skmtc.dev/codegpt/apis/codegpt-api-beta.md) · [All operations](https://skmtc.dev/codegpt/apis/codegpt-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codegpt/codegpt-api-beta/revisions/0a70b3b0cec3/schema)
