Service: zimbraMail

Command: ExportContacts
Namespace: urn:zimbraMail
Description: Export contacts
Properties:
Authorization token required true
Admin Authorization token required false

ExportContactsRequest

    <ExportContactsRequest ct="{content-type}" [l="{folder-id}"] [csvfmt="{csv-format}"] [csvlocale="{csv-locale}"]
                              [csvsep="{csv-delimiter}"] /> ## ExportContactsRequest

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

XPath Required / Optional Description
@ct Required (only 1) Type: String
Content type. Currently, the only supported content type is "csv" (comma-separated values)
@l Optional (0 or 1) Type: String
Optional folder id to export contacts from
@csvfmt Optional (0 or 1) Type: String
Optional csv format for exported contacts. the supported formats are defined in $ZIMBRA_HOME/conf/contact-fields.xml
@csvlocale Optional (0 or 1) Type: String
The locale to use when there are multiple {csv-format} locales defined. When it is not specified, the {csv-format} with no locale specification is used.
@csvsep Optional (0 or 1) Type: String
Optional delimiter character to use in the resulting csv file - usually "," or ";"

ExportContactsResponse

    <ExportContactsResponse> ## ExportContactsResponse
        <content>{content} (String)</content>
    </ExportContactsResponse>

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

XPath Required / Optional Description
/content Required (only 1) Type: {content} (String)
Content of the export