mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
671 B
671 B
mutation { usersUpdateEmail( userId: "<USER_ID>", email: "email@example.com" ) { _id _createdAt _updatedAt name password hash hashOptions registration status labels passwordUpdate email phone emailVerification phoneVerification mfa prefs { data } targets { _id _createdAt _updatedAt name userId providerId providerType identifier expired } accessedAt } }