---
title: "GET /api/v1/oauth/user-info"
method: GET
path: "/api/v1/oauth/user-info"
tags: ["oauth"]
---

# GET /api/v1/oauth/user-info

`GET /api/v1/oauth/user-info`

## Response `200`

OK

- OauthUserInfoResponse
  - `data` OauthBasicUserInfo
    - `avatar_url` string
    - `id` integer
    - `nickname` string
    - `score` integer
    - `trust_level` 0 | 1 | 2 | 3 | 4
    - `username` string
  - `error_msg` string

## Changes

- **2025-06-02** `3ce51993fb0c` — 1 info
  - endpoint added
- **2025-06-01** `3ead7a21ae41` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/linux-do/apis/linux-do-cdk/changes/api/v1/oauth/user-info/get.md)

---

[API](https://skmtc.dev/linux-do/apis/linux-do-cdk.md) · [All operations](https://skmtc.dev/linux-do/apis/linux-do-cdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linux-do/linux-do-cdk/revisions/bfcaf861199c/schema)
