Authentication
Resend Verification Email
Resend the email verification link to a user
POST
This is a public endpoint that does not require authentication.
Request Body
The email address of the user who needs a new verification link. Must be a valid email format.
Response
A successful request returns HTTP 200 OK status. A new verification email will be sent to the provided email address if:- The user exists in the system
- Their email is not already verified
Error Responses
Error details when the request fails
Common error cases:
- 400 Bad Request: Invalid email format
- 400 Bad Request: Email is already verified
- 404 Not Found: User not found
