get_user
Retrieve user details by ID or username, with optional access to their posts. Specify type and count of posts, and use pagination for additional results. Requires either ID or username to proceed.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No | ||
posts_after | No | ||
posts_count | No | ||
posts_type | No | ||
username | No |