Skip to main content

Accept the invitation (after code verification); the invitee is enrolled as a member

POST 

/v1/public/invitations/:token/accept

Public, token-authenticated final step that accepts the invitation and enrolls the recipient as an active network member in the invited role. It resolves the invitee to a user record by the invited email (creating one if none exists) and keys the membership to it. Requires that the emailed code has already been verified, otherwise returns 409. The operation is idempotent for concurrent or repeated accepts and emits an invitation.accepted webhook to the network.

Request

Responses

Accepted; the recipient is now a member