public class Password extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ResetPasswordResp |
reset(ResetPasswordReq req)
重置用户的企业邮箱密码,重置用户的企业邮箱密码,仅当用户的邮箱和企业邮箱(别名)一致时生效,可用于处理飞书企业邮箱登录死锁的问题。
|
ResetPasswordResp |
reset(ResetPasswordReq req,
RequestOptions reqOptions)
重置用户的企业邮箱密码,重置用户的企业邮箱密码,仅当用户的邮箱和企业邮箱(别名)一致时生效,可用于处理飞书企业邮箱登录死锁的问题。
|
public Password(Config config)
public ResetPasswordResp reset(ResetPasswordReq req, RequestOptions reqOptions) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=reset&project=admin&resource=password&version=v1 ;
Exceptionpublic ResetPasswordResp reset(ResetPasswordReq req) throws Exception
官网API文档链接:https://open.feishu.cn/api-explorer?from=op_doc_tab&apiName=reset&project=admin&resource=password&version=v1 ;
ExceptionCopyright © 2026. All rights reserved.