update-user
Update an existing WordPress user's profile details including name, email, website, bio, and password. Modify user information through natural language commands.
Instructions
Update an existing WordPress user's profile details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | New biography/description | |
| No | New email address | ||
| userId | Yes | ID of the user to update | |
| website | No | New website URL | |
| lastName | No | New last name | |
| password | No | New password (min 6 characters) | |
| firstName | No | New first name | |
| displayName | No | New display name |