get-user
Retrieve WordPress user details by ID using secure REST API integration. Provide site URL, credentials, and user ID to access user information under specified context (view, embed, edit).
Instructions
Get a specific user by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | Scope under which the request is made | view |
password | Yes | WordPress application password | |
siteUrl | Yes | WordPress site URL | |
userId | Yes | User ID or 'me' for current user | |
username | Yes | WordPress username |