Accept an organization invitation
Invitations
Accept an organization invitation
Accepts a pending invitation identified by its magic-link token. The organization is resolved from the token, not the URL. The authenticated user must have the same email as the invitation target (verified server-side from the user profile). On success the user becomes an active member of the organization and the response is { success, orgId, membershipId, role }. Requires a Nevermined API key or a Privy identity token.
POST
Accept an organization invitation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Raw token from the magic-link URL
Example:
"a1b2c3d4e5f6a1b2c3d4e5f6"
Related topics
List organization invitationsRevoke an invitationGet public info for a pending invitation by tokenOrganizations & WorkspacesWorkspaces & Members