resetUserPasswordComplete

Completes the user password reset procedure.

Request

PATCH https://api.bytehand.com/v2/users/password

Parameters

Query Parameters
key

string

Required parameter. A control code that confirms the rights to reset the password.

new_password

string

Required parameter. New password. Minimum length is 10 characters.

Authorization

Does not require authorization and any specific access rights.

Response

Upon successful completion of the request, an object of type Response is returned.