public class Person extends Object
Person(Config config)
CreatePersonResp
create(CreatePersonReq req)
create(CreatePersonReq req, RequestOptions reqOptions)
PatchPersonResp
patch(PatchPersonReq req)
patch(PatchPersonReq req, RequestOptions reqOptions)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Person(Config config)
public CreatePersonResp create(CreatePersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=create&project=corehr&resource=person&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/CreatePersonSample.java ;
Exception
public CreatePersonResp create(CreatePersonReq req) throws Exception
public PatchPersonResp patch(PatchPersonReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=patch&project=corehr&resource=person&version=v2 ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/corehrv2/PatchPersonSample.java ;
public PatchPersonResp patch(PatchPersonReq req) throws Exception
Copyright © 2025. All rights reserved.