Skip to main content
POST

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

invite_id
string<uuid>
required

Invite ID

Response

Invite resent successfully.

An invitation to join the organization.

id
string<uuid>
required

The unique ID of the invite.

email
string<email>
required

The email address the invite was sent to.

status
string
required

The lifecycle status of an invite. Possible values: pending, expired, processed. List endpoints return only pending and expired invites; processed is returned only when fetching a single invite by ID.

Example:

"pending"

created_at
string<date-time>
required

The date and time the invite was created.

expires_at
string<date-time> | null

When the invite expires if not accepted. Default TTL is 7 days. Resending the invite extends this to now plus 7 days. null if the invite does not expire.

processed_at
string<date-time> | null

The date and time the invite was accepted. null or omitted while the invite is still pending or expired.