public class Password extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdatePasswordResp |
update(UpdatePasswordReq req)
重置登录密码,当用户忘记密码、密码已过期或账号存在安全风险时,管理员可以为用户重置密码。
|
UpdatePasswordResp |
update(UpdatePasswordReq req,
RequestOptions reqOptions)
重置登录密码,当用户忘记密码、密码已过期或账号存在安全风险时,管理员可以为用户重置密码。
|
public Password(Config config)
public UpdatePasswordResp update(UpdatePasswordReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic UpdatePasswordResp update(UpdatePasswordReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.