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