Resend Invitation
POST/api/v1/workspaces/invitations/:invite_id/resend
Resend invitation email (PRD §4).
Available to owners and managers. Creates a new invitation (new token, new expiry) and revokes the old one. Only works for pending (non-expired, non-used, non-revoked) invitations.
For expired invitations, create a new invitation instead. Rate limited to 10 resends per hour per user (only counted after permission check passes).
Request
Responses
- 200
- 400
- 403
- 404
- 429
OK
Bad Request
Forbidden
Not Found
Too Many Requests