---
title: "Get a user by ID"
method: GET
path: "/users/{userId}"
tags: ["Users"]
---

# Get a user by ID

`GET /users/{userId}`

## Path parameters

- `userId` string, required

## Response `200`

Ok

- User
  - `id` string — The user ID
  - `email` string — The user email address
  - `firstName` string — The user first name
  - `lastName` string — The user last name
  - `status` string — The user status (e.g., ACTIVE, INACTIVE)
  - `createdAt` string, date-time — When the user was created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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