User Tools
wordpress_create_user
Create a new WordPress user.
wordpress_create_user
Create a new user.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| username | string | Yes | Username |
| string | Yes | Email address | |
| password | string | Yes | Password |
| role | string | No | User role (default: subscriber) |
Response
{
"success": true,
"id": 55,
"username": "newuser"
}
Example Prompts
- "Create a new user for john@example.com"
- "Create an editor account named 'content-team' with password X"
Related Tools
Notes
- Use strong passwords and least-privilege roles
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
