From 88c5d9644aa9eff0e441c148251f0647e79ff2c9 Mon Sep 17 00:00:00 2001 From: Fanyang Meng Date: Mon, 17 Feb 2025 09:33:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20update=5Fuser=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For security reason this cannot be done in the API --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bccdf2d..2ce0dc8 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,6 @@ GHOST_API_URL=your_ghost_api_url GHOST_STAFF_API_KEY=your_staff_api_key npx @mod - `create_invite`: Create a new user invitation email and role_id - `list_users`: List all users with detailed role information - `read_user`: Get comprehensive details of a specific user -- `update_user`: Update an existing user's information **(Please note: Ghost has not implemented the ability to update user roles via the API even though they include it in the API documentation)** - `delete_user`: Delete a specific user ### Members Management