Resend a user invitation
Resend the invitation email for a pending (unverified) user. Generates a new verification token and sends a fresh email to the user's address.
The target user must be in the INVITED state (unverified and active). Returns 400 if the user has already verified their account, or if SAML/IdP login is enforced for the account.
This is a fire-and-forget operation: a 204 response means the token was regenerated and the email dispatch was accepted. If the email fails to send, the endpoint still returns 204 and logs the error internally.
Requires account admin role or USER_CREATE permission.
<Note>This endpoint is in beta, read more here.</Note>
Path parameters
A universally unique identifier (base64-encoded opaque string).
The unique user identifier (base64)
Response
Invitation resend accepted (no content)