list_friends
Retrieve a list of LINE friends with tags, custom attributes, and response marks. Use pagination to get up to 1000 records per request for reviewing delivery targets or customer attributes.
Instructions
友だち(LINE公式アカウントを追加したユーザー)の一覧を、付与済みタグ・友だち情報(カスタム属性)・対応マークを展開した状態で取得する。配信対象の確認や顧客属性の棚卸しなど、全体像の把握に使う。1回のリクエストで最大1000件まで取得可能(limit 未指定時は50件)。続きを取るには前回レスポンスの next_cursor を cursor に渡す(cursor 未指定時は先頭から)。書き込みは行わない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数(最大1000、既定50) | |
| cursor | No | 前回レスポンスの next_cursor を渡すとその続きから取得する |