v1

latestOpenAPI 3.0.3Apache 2.02026-07-2685172326.0 KB
Users

Get user details

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

get/admin/users/{user_id}

Path parameters

user_idstring uuid required

User ID

Headers

X-Pinecone-Api-Versionstring required

Required date-based version header

Response

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

idstring uuid required

The unique ID of the user.

emailstring email required

The user's email address.

namestring

The user's display name. Omitted from the response if the user has not set one.

Example response

{
  "email": "alice@example.com",
  "id": "e2e92523-85dc-4142-b8c2-e681be8b78df",
  "name": "Alice Example"
}