Skip to main content
GET

Authorizations

Authorization
string
header
required

An access token must be provided in the Authorization header using the Bearer scheme.

Headers

X-Pinecone-Api-Version
string
default:2026-04
required

Required date-based version header

Path Parameters

user_id
string<uuid>
required

User ID

Response

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

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.