Resend an invitation
Invitation
Resend an invitation
This API allows invitation creators or authorized users to resend invitations that were declined.
POST
Resend 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
Resend invitation response
Whether the invitation was successfully resent
Example:
true