import { Users } from "https://deno.land/x/appwrite@10.0.0/mod.ts";
Create user with SHA password
Create a new user. Password provided must be hashed with the SHA algorithm. Use the POST /users endpoint to create users with a plain text password.
Type Parameters
Preferences extends Models.Preferences
Parameters
optional
passwordVersion: PasswordHashReturns
Promise<Models.User<Preferences>>