v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
User Invitations

Accept an invitation (requires authentication, email must match)

Accept an invitation (requires authentication, email must match)

post/api/v1/user-invitations/accept

Request body

tokenstring required

Raw invitation token from the email link

Example request

{
  "token": "a1b2c3d4e5f6..."
}

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}