Service: zimbraAdmin

Command: SetPassword
Namespace: urn:zimbraAdmin
Description: Set Password
Access: domain admin sufficient
note: this request is by default proxied to the account's home server
Properties:
Authorization token required true
Admin Authorization token required true

SetPasswordRequest

    <SetPasswordRequest id="{value-of-id}" newPassword="..."> ## SetPasswordRequest
        <dryRun>{dryRun} (boolean)</dryRun>
    </SetPasswordRequest>

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

XPath Required / Optional Description
@id Required (only 1) Type: String
Zimbra ID
@newPassword Required (only 1) Type: String
New PAssword
/dryRun Optional (0 or 1) Type: {dryRun} (boolean)

SetPasswordResponse

    <SetPasswordResponse> ## SetPasswordResponse
        <message>{message} (String)</message>
    </SetPasswordResponse>

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

XPath Required / Optional Description
/message Optional (0 or 1) Type: {message} (String)
If the password had violated any policy, it is returned in this> element, and the password is still set successfully.