Update the caller's email address.
import {Auth} from '@verdocs/js-sdk/Auth';const {profiles} = await Auth.updateEmail({ email: newEmail }); Copy
import {Auth} from '@verdocs/js-sdk/Auth';const {profiles} = await Auth.updateEmail({ email: newEmail });
Update the caller's email address.