Skip to content

Resend email confirmation instructions

POST
/users/confirmation

Sends a new confirmation email to the given address. In paranoid mode (default), always returns success — even if the email is not registered or already confirmed — to prevent email enumeration. Blank email returns 422.

Request Body

application/json
JSON
{
  
"user": {
  
  
"email": "jane@example.com"
  
}
}

Responses

Instructions sent (or paranoid success)

application/json
JSON
{
  
"toast": {
  
  
"title": "Instructions sent.",
  
  
"message": [
  
  
  
"If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes."
  
  
],
  
  
"variant": "success"
  
}
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)