Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Users#createBcryptUser

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Users.prototype.createBcryptUser
Re-export
import { Users } from "https://deno.land/x/appwrite@6.0.0/mod.ts";

Create User with Bcrypt Password

Create a new user. Password provided must be hashed with the Bcrypt algorithm. Use the POST /users endpoint to create users with a plain text password.

Parameters

userId: string
email: string
password: string
optional
name: string