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

emailstring email required

Email of the user to reset password for

Response

OK

detailstring

Example response

{
  "detail": "Password reset e-mail has been sent."
}

Changes

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