| Authorization token required | true |
| Admin Authorization token required | true |
<ModifyAccountRequest id="{value-of-id}"> ## ModifyAccountRequest
(<a n="{key}" /> ## Attr)*
</ModifyAccountRequest>
elements and attributes you can define within a
<ModifyAccountRequest> element:
| XPath | Required / Optional | Description |
| @id | Required (only 1) | Type: String Zimbra ID |
| /a | Optional (0 or more) | Attributes |
| /a@n | Required (only 1) | Type: String Key |
<ModifyAccountResponse> ## ModifyAccountResponse
<account [isExternal="{is-external} (0|1)"] name="{name}" id="{id}"> ## AccountInfo
(<a n="{key}" /> ## Attr)*
</account>
</ModifyAccountResponse>
elements and attributes you can define within a
<ModifyAccountResponse> element:
| XPath | Required / Optional | Description |
| /account | Optional (0 or 1) | Information about the account |
| /account@isExternal | Optional (0 or 1) | Type: 0|1 Whether the account's zimbraMailTranport points to the designated protocol(lmtp) and server(home server of the account). |
| /account@name | Required (only 1) | Type: String Name |
| /account@id | Required (only 1) | Type: String ID |
| /account/a | Optional (0 or more) | Attributes |
| /account/a@n | Required (only 1) | Type: String Key |