---
title: "GET /v1/user/{uid}"
method: GET
path: "/v1/user/{uid}"
tags: ["User"]
---

# GET /v1/user/{uid}

`GET /v1/user/{uid}`

## Path parameters

- `uid` string, required

## Response `200`

OK

- GoddessApiV1UserItem
  - `uid` string
  - `email` string
  - `phone` string
  - `status` integer
  - `createdAt` string
  - `updatedAt` string
  - `name` string
  - `nickname` string
  - `avatar` string
  - `remark` string

## Changes

- **2026-03-02** `1426b00d9122` — 1 warning, 2 info
  - removed the optional property `username` from the response with the `200` status
  - added the optional property `name` to the response with the `200` status
  - added the optional property `phone` to the response with the `200` status
- **2026-02-27** `9f425f6d2358` — 2 warning, 1 info
  - removed the optional property `name` from the response with the `200` status
  - removed the optional property `phone` from the response with the `200` status
  - added the optional property `username` to the response with the `200` status

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-2/changes/v1/user/:uid/get.md)

---

[API](https://skmtc.dev/aide-family/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/aide-family/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aide-family/untitled-api-2/revisions/d97780a0ed10/schema)
