Skip to main content
Module

x/appwrite/mod.ts>Account#updateEmail

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Account.prototype.updateEmail
Re-export
import { Account } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

Update email

Update currently logged in user account email address. After changing user address, the user confirmation status will get reset. A new confirmation email is not sent automatically however you can use the send confirmation email endpoint again to send the confirmation email. For security measures, user password is required to complete this request. This endpoint can also be used to convert an anonymous account to a normal one, by passing an email address and a new password.

Parameters

email: string
password: string