feishu_chat_members
Retrieve member lists for specified Feishu/Lark chat groups to access user IDs and names, excluding bot members, for team management and communication purposes.
Instructions
以用户的身份获取指定群组的成员列表。返回成员信息,包含成员 ID、姓名等。注意:不会返回群组内的机器人成员。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | 群 ID(格式如 oc_xxx)。可以通过 feishu_chat_search 工具搜索获取 | |
| member_id_type | No | ||
| page_size | No | 分页大小(默认20) | |
| page_token | No | 分页标记。首次请求无需填写 |