---
title: "stat user info"
method: GET
path: "/user/{user_id}"
tags: ["user"]
---

# stat user info

`GET /user/{user_id}`

## Path parameters

- `user_id` integer, required

## Response `200`

OK

- object
  - `data` SvcUserStatisticsRes
    - `answer_count` integer
    - `avatar` string
    - `blog_count` integer
    - `intro` string
    - `name` string
    - `point` integer
    - `qa_count` integer
    - `role` 0 | 1 | 2 | 3 | 4 | 5
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.dev/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.dev/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/revisions/29abcc05d9fd/schema)
