---
title: "Get User by ID"
method: GET
path: "/v0/users/{user_id}"
tags: ["users"]
---

# Get User by ID

`GET /v0/users/{user_id}`

Retrieves a user by their ID from the Pantheon system.

This endpoint forwards the request to the backend API and returns the user details.

## Path parameters

- `user_id` string, required

## Response `200`

- UserResponse — Only includes fields actively used by Terminus commands (auth:whoami).
  - `email` string, required — Email address
  - `id` string, required — User ID
  - `profile` UserProfile, required — Only includes fields actively used by Terminus commands.
    - `firstname` string, required — First name
    - `lastname` string, required — Last name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/pantheon/apis/pantheon-public-api-service.md) · [All operations](https://skmtc.net/pantheon/apis/pantheon-public-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pantheon/pantheon-public-api-service/revisions/94758829689e/schema)
