appwrite/docs/examples/1.3.x/server-graphql/examples/users/create-scrypt-modified-user.md
2023-04-12 01:23:29 +12:00

554 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 registration status passwordUpdate email phone emailVerification phoneVerification prefs { data } } }