v2

latestOpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Users

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>

post/v2/users/{user_id}/resend-invitation

Path parameters

user_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique user identifier (base64)

Response

Invitation resend accepted (no content)