mirror of
https://github.com/jlengrand/ghost-mcp.git
synced 2026-03-10 08:21:19 +00:00
🔥 Remove update_user method
For security reason this cannot be done in the API
This commit is contained in:
@@ -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
|
- `create_invite`: Create a new user invitation email and role_id
|
||||||
- `list_users`: List all users with detailed role information
|
- `list_users`: List all users with detailed role information
|
||||||
- `read_user`: Get comprehensive details of a specific user
|
- `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
|
- `delete_user`: Delete a specific user
|
||||||
|
|
||||||
### Members Management
|
### Members Management
|
||||||
|
|||||||
Reference in New Issue
Block a user