List LINE OA followers
line_list_followersRetrieve a paginated list of all LINE Official Account followers. Use page_size and continuation_token to iterate through large audiences efficiently.
Instructions
Page through every user that has added the OA as a friend. Region-gated: only TH/JP/TW OAs on premium tier — others get LINE 403. page_size 1-1000 (default 300); continuation_token for cursor pagination. For very large OAs (50k+), prefer an engagement audience via line_build_audience_from_engagement over pulling all IDs.
Returns { user_ids[], count, has_more, next_continuation_token? }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oa | No | ||
| page_size | No | ||
| response_format | No | markdown | |
| continuation_token | No | Token returned by a prior call to page through more results. |