---
title: "Gets the authenticated user"
method: GET
path: "/v1/users/me"
---

# Gets the authenticated user

`GET /v1/users/me`

Returns info about the user making the request.

## 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)
