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
| Name | Type | Description |
|---|---|---|
string | The email address of the user for whom the password recovery content is being generated. | |
| session | Session | The database session used to verify the existence of the user in the system. |
Response
| Status | Description |
|---|---|
| 200 | Successfully generated the password recovery HTML content. Returns text/html. |
| 404 | Returned when no user is found associated with the provided email address. Returns application/json. |