---
title: "Get user details"
method: GET
path: "/admin/users/{user_id}"
tags: ["Users"]
---

# Get user details

`GET /admin/users/{user_id}`

Get a user in the caller's organization by ID.

## Path parameters

- `user_id` string, uuid, required

## Headers

- `X-Pinecone-Api-Version` string, required

## Response `200`

The user's details. Role bindings are not included; use `GET /admin/role-bindings` to list the user's roles.

- User — A user who is a member of the organization.
  - `id` string, uuid, required — The unique ID of the user.
  - `email` string, email, required — The user's email address.
  - `name` string — The user's display name. Omitted from the response if the user has not set one.

## Other responses

- `401` — Unauthorized. Possible causes: Invalid API key.
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error.
- `4XX` — Unexpected error on request.

---

[API](https://skmtc.dev/pinecone/apis/pinecone-admin-api.md) · [All operations](https://skmtc.dev/pinecone/apis/pinecone-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pinecone/pinecone-admin-api/revisions/8210e9d414c2/schema)
