mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 13:38:27 +00:00
878 B
878 B
mutation { usersCreateScryptUser( userId: "<USER_ID>", email: "email@example.com", password: "password", passwordSalt: "<PASSWORD_SALT>", passwordCpu: 0, passwordMemory: 0, passwordParallel: 0, passwordLength: 0, 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 } }