public class Talent extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetTalentResp |
get(GetTalentReq req)
获取人才详情,根据人才 ID 获取人才详情,包含人才加入文件夹列表、标签、人才库、备注以及屏蔽名单等信息。
|
GetTalentResp |
get(GetTalentReq req,
RequestOptions reqOptions)
获取人才详情,根据人才 ID 获取人才详情,包含人才加入文件夹列表、标签、人才库、备注以及屏蔽名单等信息。
|
public Talent(Config config)
public GetTalentResp get(GetTalentReq req, RequestOptions reqOptions) throws Exception
目前暂不支持查询被删除的人才详情 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=hire&resource=talent&version=v2 ;
Exceptionpublic GetTalentResp get(GetTalentReq req) throws Exception
目前暂不支持查询被删除的人才详情 ;
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=get&project=hire&resource=talent&version=v2 ;
ExceptionCopyright © 2026. All rights reserved.