Operation password_recovery

The operation of changing the password. Sets a new password for the user.

Query parameters

Parameter Value
operation password_recovery
login <User name>
encrypted_passwordNew encrypted password. It is obtained after RSA encryption with the use of a public exponent and the modulus obtained in invoking the get_token operation.
codeThe confirmation code for changing password received by mail, after invoking password_recovery_generate_code.

See also

Response in the CSV format

Format

Line No. Data format
10;OK

Response examples

JSON (рекомендуемый, установите x-response-format=json)

{
    "code": 0,
    "message": "OK",
    "data": []
}

JSON-LITE

{
    "code": 0,
    "message": "OK",
    "data": [
        [
            0,
            "OK"
        ]
    ]
}

CSV

0;OK
API Capitalist