Accept an invitation
Invitation
Accept an invitation
Accepts a team invitation using the token from the invitation email. The authenticated user is added to the team with the role specified in the invitation. The user must be logged in and their email must match the invitation recipient.
POST
Accept an invitation
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User session JWT (Bearer ). Must be paired with the X-Team-ID
request header on team-scoped endpoints so the server knows which
team's resources to operate on.
Body
application/json
One-time token received via the invitation email (included in the invitation URL).
Example:
"a1b2c3d4e5f6..."
Response
Invitation accepted
Always true when the action completed successfully.
Example:
true
