User
Reset password
Reset password to a users specified by their emails. The users are sent an email with a verification URL leading to web form, where they can set their password.
post/api/v1/auth/password/reset
Request body
Response
OK
Example response
{
"detail": "Password reset e-mail has been sent."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.