appwrite/docs/examples/1.2.x/server-graphql/examples/users/update-email.md

408 B

mutation { usersUpdateEmail( userId: "[USER_ID]", email: "email@example.com" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }