Service: zimbraAdmin

Command: GetAllAdminAccounts
Namespace: urn:zimbraAdmin
Description: Get all Admin accounts
Properties:
Authorization token required true
Admin Authorization token required true

GetAllAdminAccountsRequest

    <GetAllAdminAccountsRequest [applyCos="{apply-cos} (0|1)"] /> ## GetAllAdminAccountsRequest

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

XPath Required / Optional Description
@applyCos Optional (0 or 1) Type: 0|1
Apply COS [default 1 (true)]

GetAllAdminAccountsResponse

    <GetAllAdminAccountsResponse> ## GetAllAdminAccountsResponse
        (<account [isExternal="{is-external} (0|1)"] name="{name}" id="{id}"> ## AccountInfo
            (<a n="{key}" /> ## Attr)*
          </account>)*
    </GetAllAdminAccountsResponse>

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

XPath Required / Optional Description
/account Optional (0 or more) Information on accounts
/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