pending status — already-accepted or cancelled invitations cannot be resent.
Endpoint
Authentication
This endpoint requires a write-enabled API key:Path Parameters
string
required
The unique identifier (UUID) of the invitation to resend. You can obtain this from the List Invitations or Create Invitation endpoints.
Response
202 — Accepted
The resend has been queued for delivery. Returns the Invitation object.string
Unique identifier for the invitation (UUID).
string
Email address the invitation will be resent to.
string
Invitation status. Will be
pending.string
ISO-8601 timestamp of the original invitation creation.
400 — Bad Request
The request is invalid. Check that the invitation ID is correctly formatted.403 — Forbidden
Your API key does not have write permissions.404 — Not Found
No invitation with the givenid exists in your organization.