mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
760 B
760 B
mutation { usersCreateSHAUser( userId: "<USER_ID>", email: "email@example.com", password: "password", passwordVersion: "sha1", name: "" ) { _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 } }