mirror of
https://github.com/appwrite/appwrite
synced 2026-05-16 21:48:45 +00:00
604 B
604 B
mutation { usersCreateScryptModifiedUser( userId: "[USER_ID]", email: "email@example.com", password: "password", passwordSalt: "[PASSWORD_SALT]", passwordSaltSeparator: "[PASSWORD_SALT_SEPARATOR]", passwordSignerKey: "[PASSWORD_SIGNER_KEY]" ) { _id _createdAt _updatedAt name password hash hashOptions registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }