---
title: "Gets a user by ID"
method: GET
path: "/v1/users/{user_id}"
---

# Gets a user by ID

`GET /v1/users/{user_id}`

Returns info about a user in the caller's workspace.

## Response `200`

- UserInfoV1 — A Baseten user.
  - `user_id` string, required — Unique identifier for the user
  - `email` string, nullable — Email address of the user
  - `name` string, nullable — Display name of the user
  - `workspace_name` string, nullable — Name of the user's workspace

---

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