Skip to main content
Version: 2.0

Reset the password for a user

POST 

/v2/users/:username/reset_password

Reset the password for a user.

Request

Path Parameters

    username stringrequired

    Specifies the username to update. Note the username must be percent encoded and URI safe.

Responses

User was sent the password reset email.

Loading...