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

# 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
    - `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

## Changes

- **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/0ee1ca2e37cb/schema)
