Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
ModifyAccount SOAP Command

Modify an account
Notes:

Access: domain admin sufficient. limited set of attributes that can be updated by a domain admin.

Authorization token required true
Admin Authorization token required true

ModifyAccountRequest

    <ModifyAccountRequest id="{value-of-zimbra-id}"> ## ModifyAccountRequest
        (<a n="{key}" /> ## Attr)*
    </ModifyAccountRequest>

The following table describes 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> ## ModifyAccountResponse
        <account [isExternal="{is-external} (0|1)"] name="{name}" id="{id}"> ## AccountInfo
            (<a n="{key}" /> ## Attr)*
         </account>
    </ModifyAccountResponse>

The following table describes 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