wp_get_user
Retrieve a WordPress user's information by providing their user ID for account 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. |