Change user email
change_my_emailChange the authenticated user's email address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_address | Yes | New email address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Confirmation that the change was started — the new address has to be verified before it becomes the sign-in email. | |
| success | Yes | True when the call succeeded. A failure comes back as an error result instead. |