Skip to main content

Reset password email.

POST 

/user/auth/passwordReset

Reset password email.

Request

Body

    email string

    Email

    password stringrequired

    New password

    username string

    Username

    code stringrequired

    Code sent to email

Responses

Success

Schema

    string

    Possible values: [OK]

Loading...