Accept an invitation
Invitation
Accept an invitation
Accepts a pending invitation. This will change the invitation status to “approved” and perform the associated action (e.g., adding the user to a community).
POST
Accept an invitation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the invitation (MongoDB ObjectId)
Required string length:
24Pattern:
^[a-f0-9]{24}$Response
Accept invitation response
Whether the invitation was successfully accepted
Example:
true