Overview | Service | Command |
Validate the verification code sent to a device. After successful validation the server sets the device email address as the value of zimbraCalendarReminderDeviceEmail account attribute.
Authorization token required | true |
Admin Authorization token required | false |
<VerifyCodeRequest [a="{device-email-address}"] [code="{verification-code}"] /> ## VerifyCodeRequest
The following table describes elements and attributes you can define within a
<VerifyCodeRequest>
element:
XPath | Required / Optional | Description |
@a | Optional (0 or 1) | Type:String Device email address |
@code | Optional (0 or 1) | Type:String Verification code |
<VerifyCodeResponse success="{verification-successful} (0|1)" /> ## VerifyCodeResponse
The following table describes elements and attributes you can define within a
<VerifyCodeResponse>
element:
XPath | Required / Optional | Description |
@success | Required (only 1) | Type:0|1 Flags whether verification was successful |