Skip to main content

POST /utils/password-recovery-html-content/{email}

HTML Content for Password Recovery

Generates and returns the HTML content for a password recovery email for a specific user. This endpoint is intended for administrative use to preview or manually retrieve reset email templates.

Endpoint

POST /utils/password-recovery-html-content/{email}

Parameters

NameTypeDescription
emailstringThe email address of the user for whom the password recovery content is being generated.
sessionSessionThe database session used to verify the existence of the user in the system.

Response

StatusDescription
200Successfully generated the password recovery HTML content. Returns text/html.
404Returned when no user is found associated with the provided email address. Returns application/json.