Invites
Resend an invite email
Resend the invite email and extend its expiration to 7 days from now; limited to 100 emails per hour per organization.
post/admin/invites/{invite_id}/resend
Path parameters
invite_idstring uuid required
Invite ID
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
Invite resent successfully. The invite returns to a pending status and its expiration is extended to 7 days from now.
Example response
{
"created_at": "2026-04-14T20:00:00.000Z",
"email": "newhire@acme.com",
"expires_at": "2026-05-21T03:00:00.000Z",
"id": "9c8e3528-b9c0-4358-84ce-84c28e91b566",
"processed_at": null,
"status": "pending"
}