mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
408 B
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 } } }