---
title: "GET /v1/members/user/{userUID}"
method: GET
path: "/v1/members/user/{userUID}"
tags: ["Member"]
---

# GET /v1/members/user/{userUID}

`GET /v1/members/user/{userUID}`

## Path parameters

- `userUID` string, required

## Response `200`

OK

- GoddessApiV1MemberItem
  - `uid` string
  - `email` string
  - `phone` string
  - `status` integer
  - `createdAt` string
  - `updatedAt` string
  - `userUID` string
  - `name` string
  - `nickname` string
  - `avatar` string
  - `remark` string
  - `role` integer

## Changes

- **2026-07-17** `d97780a0ed10` — 1 info
  - endpoint added
- **2026-02-27** `9f425f6d2358` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aide-family/apis/untitled-api-2/changes/v1/members/user/:userUID/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)
