Resends a pending invitation with a new token and extended expiration. Cannot resend invitations that have already been accepted. Requires admin or owner role in the organization.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Path Params
Responses
🟢200OK
application/json
Successful response
Body
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/invitations/123/resend' \
--header'Authorization: Bearer <token>'