Overview | Service | Command |
Set Password
Access: domain admin sufficient
note: this request is by default proxied to the account's home server
Authorization token required | true |
Admin Authorization token required | true |
<SetPasswordRequest id="{value-of-zimbra-id}" newPassword="..." /> ## SetPasswordRequest
The following table describes 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 |
<SetPasswordResponse> ## SetPasswordResponse
<message>{message} (String)</message>
</SetPasswordResponse>
The following table describes 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. |