User Tools
wordpress_list_users
List WordPress users with optional search and pagination.
wordpress_list_users
List all users with optional filtering by search term.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| search | string | No | Search term |
| page | number | No | Page number |
| perPage | number | No | Items per page |
Response
{
"success": true,
"users": [
{
"id": 1,
"username": "admin",
"email": "admin@example.com",
"role": "administrator"
}
]
}
Example Prompts
- "List all users"
- "Search users for 'john'"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
