v1
latestOpenAPI 3.1.02026-07-132363652.9 MBUser 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
Example request
{
"token": "a1b2c3d4e5f6..."
}Response
Success
Example response
{
"success": true
}