Operation password_recovery_generate_code

Sending the confirmation code for changing the password.

Sends the confirmation code required to change the password using password_recovery to the user's email address.

Query parameters

Parameter Value
operation password_recovery_generate_code
identityUsername

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