Appwrite MCP Server

Official

users_create_ph_pass_user

Create users in Appwrite with PHPass-hashed passwords by providing user ID, email, and password. Simplifies user management through secure password handling.

Instructions

Create user with PHPass password

Input Schema

NameRequiredDescriptionDefault
emailYesParameter 'email'
nameNoParameter 'name'
passwordYesParameter 'password'
user_idYesParameter 'user_id'

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Parameter 'email'", "type": "string" }, "name": { "description": "Parameter 'name'", "type": "string" }, "password": { "description": "Parameter 'password'", "type": "string" }, "user_id": { "description": "Parameter 'user_id'", "type": "string" } }, "required": [ "user_id", "email", "password" ], "type": "object" }

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v