Resend Invitation By Invitation
POST/api/v1/users/invitations/:invitation_id/resend
Re-send the invitation email for a row in the Pending Invitations list.
Looks up the matching user by email and reuses the same email shape
as POST /users/{id}/resend-invitation. Falls back to a generic
invite when no user row exists yet (shouldn't normally happen, but
keeps the action safe for SSO-only deployments).
Request
Responses
- 200
- 422
Successful Response
Validation Error