| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<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
<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. |