Skip to main content

Reset user's password using reset password token from email

PATCH 

/api/v1/users/reset_password_by_token

Reset user's password using reset password token from email

Request

Body

required

    data

    object

    type stringrequired

    Possible values: [users]

    attributes

    object

    reset_password_token stringrequired

    Reset password token

    password stringrequired

    New password

    password_confirmation stringrequired

    New password confirmation

Responses

Schema

    any

Loading...