create_user_email_address_update action
Create a new user email address update linked to the session.
The new email address is not "normalized" (e.g. all lowercase) before processing.
Parameters
action_invocation_id(string)session_token(string)new_email_address(string)
Return values
user_email_address_update(user_email_address_update)user_email_address_update_token(string)
Error codes
email_address_already_usedemail_address_not_allowedinternal_conflictinternal_errorinvalid_email_addressinvalid_session_tokenrate_limited
Example
create_user_email_address_update(
action_invocation_id: "mka2rsawyu3vds3j9cxwgr54",
session_token: "w93zmrzat9xc82wwr9vt5sy4.g9nepmvhg6sdsqebqcepyib7",
new_email_address: "user@example.com"
)