User Tools
wordpress_get_user
Get WordPress user details by user ID.
wordpress_get_user
Get user details by ID.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | User ID |
Response
{
"success": true,
"id": 1,
"username": "admin",
"email": "admin@example.com",
"display_name": "Site Admin",
"roles": [
"administrator"
]
}
Example Prompts
- "Get user 1"
- "Show me details for the administrator account"
Related Tools
Was this page helpful?
Built with Documentation.AI
Last updated Dec 15, 2025
