API Docs / Schemas / ResendVerificationResponse

ResendVerificationResponse

Response DTO for resending verification email

Properties

Name Type Description
successboolean

Whether the resend was successful

Whether the resend was successful

messagestring

A message describing the result

A message describing the result

errorCodestring

Error code for client handling

Error code for client handling

userEmailstring

The email address the verification was sent to (only included on success)

The email address the verification was sent to (only included on success)

JSON Example

{
  "success": false,
  "message": "string",
  "errorCode": "string",
  "userEmail": "string"
}

Used By Operations