User Toolswordpress_create_user
User Tools

wordpress_create_user

Create a new WordPress user.

wordpress_create_user

Create a new user.

Parameters

ParameterTypeRequiredDescription
usernamestringYesUsername
emailstringYesEmail address
passwordstringYesPassword
rolestringNoUser 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"

Notes

  • Use strong passwords and least-privilege roles
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025