Skip to main content

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

Accepted successfully, including invitation record and written member record.