上一主题: 重置密码下一主题: 创建端点


自动重置密码

要自动重置帐户的密码,请将 HTTP PUT 请求发送到以下 URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints/<endpoint_name>/accounts/<account_name>
host_name

指定主机名称。

endpoint_name

指定端点名称。

account_name

指定帐户名称。

以下示例显示自动重置密码的 HTTP 正文内容:

<Account>
<Password auto="true"/>
</Account>