---
title: "Get user by ID"
method: GET
path: "/users/{id}"
---

# Get user by ID

`GET /users/{id}`

## Path parameters

- `id` string, required

## Response `200`

User found

## Other responses

- `404` — User not found

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/versions/907ea395c885/schema)
