User

Send a password reset email

Send a password reset email to an existing user. Wait at least 60 seconds between successive calls

post/v1/auth/forgot-password

Query parameters

originstring

The mail configuration which should be used to send the email

languagestring

The language which should be used for sending the email

Request body

emailstring email required

Response

Request processed succesfully: <ul> <li> if the user is known, a password reset email is sent </li> <li> if the user is not known, the request is ignored and no mail is sent </li> </ul>

{"stackTrail":"paths:/v1/auth/forgot-password:post:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Request processed succesfully:\n <ul>\n <li>\n if the user is known, a password reset email is sent\n </li>\n <li>\n if the user is not known, the request is ignored and no mail is sent\n </li>\n </ul>"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.