mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 07:58:55 +00:00
440 B
440 B
mutation { usersCreateSHAUser( userId: "[USER_ID]", email: "email@example.com", password: "password" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }