---
title: "GET /v1/users/{userId}"
method: GET
path: "/v1/users/{userId}"
tags: ["UserReaderService"]
---

# GET /v1/users/{userId}

`GET /v1/users/{userId}`

## Path parameters

- `userId` string, required

## Response `200`

A successful response.

- V1GetUserResponse
  - `user` V1User
    - `id` string
    - `name` string
    - `createTime` string, date-time

## Other responses

- `default` — An unexpected error response

---

[API](https://skmtc.dev/uw-labs/apis/example-user-api.md) · [All operations](https://skmtc.dev/uw-labs/apis/example-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uw-labs/example-user-api/revisions/189ccb57a528/schema)
