---
title: "Get User"
method: GET
path: "/user/{userId}"
tags: ["user"]
---

# Get User

`GET /user/{userId}`

Get user information by user_id.

## Path parameters

- `userId` string, required — The identifier for the user to fetch.

## Response `200`

Successful Response

- GetUserResponse
  - `userId` string, required
  - `createdAt` string, required
  - `lastUsedAt` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev.md) · [All operations](https://skmtc.dev/weatherpal-ai/apis/mcp-handle-https-www-mcp-handle-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/weatherpal-ai/mcp-handle-https-www-mcp-handle-dev/revisions/58fc8af3b578/schema)
