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.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique user identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
Invitation resend accepted (no content)