list_members
Retrieve the complete member list of a Feishu group chat by providing the chat ID. Use pagination to manage large groups and get all participants.
Instructions
[Official API] List all members in a group chat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Chat ID (oc_xxx) | |
| page_size | No | Items per page (default 50) | |
| page_token | No | Pagination token |