---
title: "Get Me"
method: GET
path: "/api/v1/users/me"
tags: ["users", "android_app", "web_app"]
---

# Get Me

`GET /api/v1/users/me`

Get current user profile.

## Response `200`

Successful Response

- APIResponseUser
  - `code` integer
  - `message` string
  - `data` User — 返回给客户端的用户信息
    - `readable_id` string, required
    - `nickname` string, nullable
    - `avatar` string, nullable
    - `email` string, nullable
    - `user_photo` string, nullable
    - `phone` string, nullable
    - `gender` 'MALE' | 'FEMALE' | 'OTHER' — 性别
    - `age_group` string, nullable
    - `description` string, nullable
    - `system_language` string, nullable
    - `id` string, required
    - `auth_type` string, required
    - `is_active` boolean, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, nullable
    - `is_superuser` boolean
    - `public_agents_count` integer, nullable
    - `total_public_agents_follows` integer, nullable
    - `followers_count` integer, nullable
    - `connector_count` integer, nullable
    - `actions` UserAction[]
      - `type` 'request_feedback', required — 用户行动类型枚举
      - `enabled` boolean, required

## Changes

- **2026-01-12** `5b77ae7cc5c4` — 1 info
  - added the optional property `data/anyOf[subschema #1: User]/user_photo` to the response with the `200` status
- **2025-12-12** `b2372bf7485c` — 1 info
  - added the optional property `data/anyOf[subschema #1: User]/actions` to the response with the `200` status
- **2025-11-25** `05cf5f034c74` — 2 info
  - api tag `android_app` added
  - api tag `web_app` added
- **2025-10-06** `8c144d825fdf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/nascentcore/apis/inty-backend/changes/api/v1/users/me/get.md)

---

[API](https://skmtc.dev/nascentcore/apis/inty-backend.md) · [All operations](https://skmtc.dev/nascentcore/apis/inty-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nascentcore/inty-backend/revisions/1e014c365df2/schema)
