Skip to main content
POST
Resend an invitation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invitationId
string
required

ID of the invitation (MongoDB ObjectId)

Required string length: 24
Pattern: ^[a-f0-9]{24}$

Response

Resend invitation response

success
boolean

Whether the invitation was successfully resent

Example:

true