Accept project invitation
POST/api/invitations/:token/accept
The caller must be a logged in user. After successful acceptance, the user is added to the project member table, and the corresponding role is determined by the invitation. Each token can only be accepted once; a second request after acceptance returns a 409.
Request
Responses
- 200
- 401
- 404
- 409
- 410
Accepted successfully, including invitation record and written member record.
workflow-code standard error response.
workflow-code standard error response.
workflow-code standard error response.
The invitation has expired or been revoked.