Skip to main content
POST
Accept an organization invitation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

token
string
required

Raw token from the magic-link URL

Example:

"a1b2c3d4e5f6a1b2c3d4e5f6"

Response

Invitation accepted

orgId
string
required

Organization ID the user was added to

membershipId
string
required

New membership row ID

role
enum<string>
required
Available options:
Admin,
Member