ResetPIN 操作(UM Web 服务)
ResetPIN 操作会将 PIN (TUI 密码) 更改为新的随机值。
备注
ResetPIN 操作基于 PIN 策略创建新的 PIN。 如果操作成功,则会将包含新 PIN 的电子邮件发送到用户的邮箱。 如果操作失败,它将引发包含有关失败信息的异常。
ResetPIN 请求示例
说明
以下 ResetPIN 请求示例演示如何形成重置邮箱 PIN 的请求。
代码
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ResetPIN xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>
成功的 ResetPIN 响应示例
说明
以下 ResetPIN 响应示例显示了对 ResetPIN 请求的响应。
代码
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<ResetPINResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>