---
title: "GetUser"
method: GET
path: "/v1/users/{username}"
tags: ["UserCenter"]
---

# GetUser

`GET /v1/users/{username}`

## Path parameters

- `username` string, required

## Response `200`

A successful response.

- V1UserReply
  - `nickname` string
  - `password` string
  - `username` string
  - `createdAt` string, date-time
  - `email` string
  - `phone` string
  - `secrets` string, int64
  - `updatedAt` string, date-time
  - `userID` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/onexstack/apis/usercenter-v1-usercenter-proto.md) · [All operations](https://skmtc.net/onexstack/apis/usercenter-v1-usercenter-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onexstack/usercenter-v1-usercenter-proto/revisions/fc95c4d4129d/schema)
