Skip to main content
List My Invites
Returns the authenticated user’s live pending invites (status = 'pending' AND expiresAt > now), matched by userId (no email-string matching at query time — invitations bind to userId at invite time or via the signup-attach step).
Surfacing is NOT verification-gated — a user sees pending invites right after signup (which nudges them to verify). The verified-email check applies when the user acts on an invite — accept and decline.

Query Parameters

string
Service/master keys only — the user whose invites to read.

Response

Each item is a WorkspaceInvitation object. See also: useFetchMyWorkspaceInvites