public class Employee extends Object
Employee(Config config)
CreateEmployeeResp
create(CreateEmployeeReq req)
create(CreateEmployeeReq req, RequestOptions reqOptions)
DeleteEmployeeResp
delete(DeleteEmployeeReq req)
delete(DeleteEmployeeReq req, RequestOptions reqOptions)
FilterEmployeeResp
filter(FilterEmployeeReq req)
filter(FilterEmployeeReq req, RequestOptions reqOptions)
MgetEmployeeResp
mget(MgetEmployeeReq req)
mget(MgetEmployeeReq req, RequestOptions reqOptions)
PatchEmployeeResp
patch(PatchEmployeeReq req)
patch(PatchEmployeeReq req, RequestOptions reqOptions)
RegularEmployeeResp
regular(RegularEmployeeReq req)
regular(RegularEmployeeReq req, RequestOptions reqOptions)
ResurrectEmployeeResp
resurrect(ResurrectEmployeeReq req)
resurrect(ResurrectEmployeeReq req, RequestOptions reqOptions)
SearchEmployeeResp
search(SearchEmployeeReq req)
search(SearchEmployeeReq req, RequestOptions reqOptions)
ToBeResignedEmployeeResp
toBeResigned(ToBeResignedEmployeeReq req)
toBeResigned(ToBeResignedEmployeeReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Employee(Config config)
public CreateEmployeeResp create(CreateEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/CreateEmployeeSample.java ;
Exception
public CreateEmployeeResp create(CreateEmployeeReq req) throws Exception
public DeleteEmployeeResp delete(DeleteEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=delete&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/DeleteEmployeeSample.java ;
public DeleteEmployeeResp delete(DeleteEmployeeReq req) throws Exception
public FilterEmployeeResp filter(FilterEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=filter&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/FilterEmployeeSample.java ;
public FilterEmployeeResp filter(FilterEmployeeReq req) throws Exception
public MgetEmployeeResp mget(MgetEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=mget&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/MgetEmployeeSample.java ;
public MgetEmployeeResp mget(MgetEmployeeReq req) throws Exception
public PatchEmployeeResp patch(PatchEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/PatchEmployeeSample.java ;
public PatchEmployeeResp patch(PatchEmployeeReq req) throws Exception
public RegularEmployeeResp regular(RegularEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=regular&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/RegularEmployeeSample.java ;
public RegularEmployeeResp regular(RegularEmployeeReq req) throws Exception
public ResurrectEmployeeResp resurrect(ResurrectEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=resurrect&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/ResurrectEmployeeSample.java ;
public ResurrectEmployeeResp resurrect(ResurrectEmployeeReq req) throws Exception
public SearchEmployeeResp search(SearchEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=search&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/SearchEmployeeSample.java ;
public SearchEmployeeResp search(SearchEmployeeReq req) throws Exception
public ToBeResignedEmployeeResp toBeResigned(ToBeResignedEmployeeReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=to_be_resigned&project=directory&resource=employee&version=v1 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/directoryv1/ToBeResignedEmployeeSample.java ;
public ToBeResignedEmployeeResp toBeResigned(ToBeResignedEmployeeReq req) throws Exception
Copyright © 2026. All rights reserved.