User Tools
wordpress_update_user
Update a WordPress user's email, display name, password, or role.
wordpress_update_user
Update user information.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | User ID |
| string | No | Email address | |
| display_name | string | No | Display name |
| password | string | No | Password |
| role | string | No | User role |
Response
{
"success": true,
"updated": true,
"id": 55
}
Example Prompts
- "Change user 55 role to editor"
- "Update user 55 display name to 'John Smith'"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
