wp_get_user
Fetch a specific WordPress user's data by their ID. Use this to get user details for administration or content management tasks.
Instructions
Retrieves a single user by their ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | The ID of the WordPress site to target (from mcp-wordpress.config.json). Required if multiple sites are configured. | |
| id | Yes | The unique identifier for the user. |