Service: zimbraMail

Command: RecoverAccount
Namespace: urn:zimbraMail
Description: Recover account request
Properties:
Authorization token required true
Admin Authorization token required false

RecoverAccountRequest

    <RecoverAccountRequest op="(getRecoveryAccount | sendRecoveryCode)" email="..." [channel="(email)"] /> ## RecoverAccountRequest

elements and attributes you can define within a <RecoverAccountRequest> element:

XPath Required / Optional Description
@op Required (only 1) Type: getRecoveryAccount | sendRecoveryCode
operation
@email Required (only 1) Type: String
email
@channel Optional (0 or 1) Type: email
channel

RecoverAccountResponse

    <RecoverAccountResponse [recoveryAccount="..."] [recoveryAttemptsLeft="(Integer)"] /> ## RecoverAccountResponse

elements and attributes you can define within a <RecoverAccountResponse> element:

XPath Required / Optional Description
@recoveryAccount Optional (0 or 1) Type: String
recoveryAccount
@recoveryAttemptsLeft Optional (0 or 1) Type: Integer