Skip to main content

Reset password email.

POST 

/user/auth/passwordReset

Reset password email.

Request

Body

    username string

    Username

    code stringrequired

    Code sent to email

    password stringrequired

    New password

    email string

    Email

Responses

Success

Schema

    string

    Possible values: [OK]

Loading...