User Toolswordpress_get_user
User Tools

wordpress_get_user

Get WordPress user details by user ID.

wordpress_get_user

Get user details by ID.

Parameters

ParameterTypeRequiredDescription
idnumberYesUser 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"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025