wp_update_user
Modify user details in WordPress, including email and display name, to maintain accurate user profiles and contact information.
Instructions
Updates an existing user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The ID of the user to update. | |
| No | The new email address for the user. | ||
| name | No | The new display name for the user. |