List LINE OA followers
line_list_followersRetrieve a paginated list of all users who have added your LINE Official Account as a friend. Use cursor-based pagination to iterate through followers, with options to set page size and continuation token.
Instructions
Page through every user that has added the OA as a friend.
⚠️ Region-gated: only TH / JP / TW OAs with premium tier can use this endpoint. Other OAs will get LINE 403.
Args:
page_size: 1-1000 (default 300).
continuation_token: token from previous call (cursor pagination).
oa: optional OA id.
Returns: { user_ids: string[], count: number, has_more: boolean, next_continuation_token?: string }
For very large OAs (50k+), prefer creating an engagement audience via line_build_audience_from_engagement rather than pulling all IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_size | No | ||
| continuation_token | No | Token returned by a prior call to page through more results. | |
| oa | No | ||
| response_format | No | markdown |