wp_update_user
Update an existing WordPress user's display name or email address by specifying the user ID.
Instructions
Updates an existing user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the user to update. | |
| name | No | The new display name for the user. | |
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| No | The new email address for the user. |