mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
575 B
575 B
mutation { usersCreateScryptUser( userId: "[USER_ID]", email: "email@example.com", password: "password", passwordSalt: "[PASSWORD_SALT]", passwordCpu: 0, passwordMemory: 0, passwordParallel: 0, passwordLength: 0 ) { _id _createdAt _updatedAt name registration status labels passwordUpdate email phone emailVerification phoneVerification prefs { data } accessedAt } }