invitations_accept_create
POST/invitations/accept/:token/
GET /invitations/accept/<token>/ — validate: public, no auth. Shows org
name, inviter, role before the invitee commits to anything.
POST /invitations/accept/<token>/ — accept: public, no auth. Creates the
user, attaches them to the invitation's organization/role/project,
marks the invitation accepted, returns an auth token.
Request
Responses
- 200
No response body