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

# GET /v1/users/{username}

`GET /v1/users/{username}`

GetUser

## Path parameters

- `username` string, required

## Response `200`

OK

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

---

[API](https://skmtc.dev/onexstack/apis/miniblog-api.md) · [All operations](https://skmtc.dev/onexstack/apis/miniblog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onexstack/miniblog-api/revisions/9450b41c1e2f/schema)
