mcp_list_users
Retrieve a list of WordPress users with filters by role, search, and pagination. Manage user accounts effectively with customizable sorting and ordering.
Instructions
List WordPress users with role/search filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by role (administrator, editor, etc.) | |
| per_page | No | Users per page | |
| page | No | Page number | |
| search | No | Search by name or email | |
| orderby | No | Order by field | registered |
| order | No | Sort direction | DESC |