Operation profile_change_email

Email change operation. Changes the email address using the code received to the old e-mail address via invoking profile_get_verification_code.

Query parameters

Parameter Value
operation profile_change_email
login <User name>
token <TOKEN>. Obtained after invoking get_token.
encrypted_password Encrypted password. It is obtained after user password RSA encryption with the use of a public exponent and the modulus obtained in invoking the get_token operation.
emailNew email address
codeConfirmation code sent via the profile_get_verification_code request.

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