Skip to main content
POST
Accept Invitation
Accepts an invitation using the token from the invite link. The authenticated user must be logged in with the same email address as the invitation. On success, a new membership is created with the role specified in the invitation.

Auth

Requires a valid Bearer token. The authenticated user’s email must match the invitation email.

Path Parameters

string
required
Invitation token from the invite URL.

Response

string
Confirmation message.
object
The joined organization’s basic details.

Errors

Example