Skip to main content
Version: latest

Updates and Activates the specified user password using the password token

PATCH 

/v1/auth/password/:passwordToken/activate

Updates and Activates user password with the help of password token

Request

Path Parameters

    passwordToken stringrequired

    Describes the expirable password token for the user to be used for authentication of user

Body

required

    passwordpasswordrequired

    Describes the new password for the user

Responses

The resource was updated successfully

Loading...