Appwrite MCP Server

Official
by appwrite
MIT License
36
  • Linux
  • Apple

users_update_status

Modify user status in an Appwrite project by specifying the user ID and desired status, enabling efficient user management through the MCP server.

Instructions

Update user status

Input Schema

NameRequiredDescriptionDefault
statusYesParameter 'status'
user_idYesParameter 'user_id'

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Appwrite MCP Server

Related Tools

ID: xkj2px7r0v