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

x/appwrite/mod.ts>Users#createPHPassUser

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

Create User with PHPass Password

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

Parameters

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