Skip to main content

Reset Rassword

POST 

/reset-password

Allows an SDP user who has gone through the Forgot Password process to set their new password with a token sent via email.

Request

Body

required

Reset password request data

    password stringrequired

    New password for the user

    reset_token stringrequired

    Token used to identify a valid password reset request

Responses

Password reset successfully

Loading...