Skip to main content

Resend an invitation

POST 

/users/invitations/:identifier/resend

Resets the token and expiry for an existing invitation and resends the acceptance email. Works on PENDING, EXPIRED, and REVOKED invitations; rejects ACCEPTED ones.

If a different PENDING invitation already exists for the same email in the entity, the resend is rejected to avoid duplicate live invitations.

Always returns 200 with the updated identifier and new expiry.

Requires USER_CREATE permission (same gate as creating invitations).

Request

Responses

Invitation resent; new token and expiry applied