public class Employee extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListEmployeeResp |
list(ListEmployeeReq req)
批量获取员工花名册信息,根据员工飞书用户 ID / 员工状态 / 雇员类型等搜索条件 ,批量获取员工花名册字段信息。
|
ListEmployeeResp |
list(ListEmployeeReq req,
RequestOptions reqOptions)
批量获取员工花名册信息,根据员工飞书用户 ID / 员工状态 / 雇员类型等搜索条件 ,批量获取员工花名册字段信息。
|
public Employee(Config config)
public ListEmployeeResp list(ListEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/ehr/ehr-v1/employee/list ;
Exceptionpublic ListEmployeeResp list(ListEmployeeReq req) throws Exception
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/ehr/ehr-v1/employee/list ;
ExceptionCopyright © 2025. All rights reserved.