Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Users#create

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

Create User

Create a new user.

Parameters

email: string

email

password: string

password

optional
name: string = [UNSUPPORTED]

name

Returns

Promise<string>

Promise