create-user
Creates a new WordPress user account with specified username, email, password, role, and profile details. Includes optional welcome email and website URL.
Instructions
Create a new WordPress user account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bio | No | User biography/description | |
| role | No | User role (default: subscriber) | subscriber |
| Yes | Email address for the new user | ||
| website | No | User's website URL | |
| lastName | No | User's last name | |
| password | Yes | Password for the new user (min 6 characters) | |
| username | Yes | Username for the new user | |
| firstName | No | User's first name | |
| displayName | No | Display name (defaults to username) | |
| sendNotification | No | Send welcome email to new user |