/api/v1/get-invites-pendingList your pending invitations
Lists the workspace invitations currently waiting for the signed-in user, each with the organisation, the workspace, and the role and permissions it offers.
This is the call behind the invitations a member sees when they sign in. It takes no parameters: the list is scoped to whoever the bearer token belongs to. Each entry gives the workspace being offered along with its network, the organisation it sits in, and the role the member would hold, expanded to the individual permissions that role grants.
Respond to an entry with
GET /api/v1/accept-invite, which identifies the
invitation by Workspace.uid rather than by the InviteUID returned here. An
administrator sees the same invitations from the workspace side with
GET /api/v1/get-pending-workspace-invites.