Service: zimbraMail

Command: RankingAction
Namespace: urn:zimbraMail
Description: Perform an action on the contact ranking table
Properties:
Authorization token required true
Admin Authorization token required false

RankingActionRequest

    <RankingActionRequest> ## RankingActionRequest
        <action op="{action-reset|delete}" [email="{email-address}"] /> ## RankingActionSpec
    </RankingActionRequest>

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

XPath Required / Optional Description
/action Required (only 1)
/action@op Required (only 1) Type: String
Action to perform - reset|delete.
reset resets the contact ranking table for the account
delete delete - delete the ranking information for the email address
/action@email Optional (0 or 1) Type: String
Email address. Required if action is "delete"

RankingActionResponse

    <RankingActionResponse /> ## RankingActionResponse