Use this function to set an account's contact email address(es).
To unset all contact email addresses, call unset_email_addresses
.
uapi --output=jsonpretty \ --user=username \ ContactInformation \ set_email_addresses \ address='foo@example.com' address='bar@example.com' \ old_address='old1@example.com' \ password='q1df%D9<z0ShqdxRP%^'
{- "apiversion": 3,
- "func": "set_email_addresses",
- "module": "ContactInformation",
- "result": {
- "errors": null,
- "messages": null,
- "status": 1,
- "warnings": null
}
}