list_user_followers
Retrieve followers for a specific Qiita user by providing their user ID, with pagination controls for managing large lists.
Instructions
List users who follow the specified user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User ID | |
| page | No | Page number (default: 1) | |
| per_page | No | Number of items per page (default: 20, max: 100) |