Namespace: "urn:zimbraAdmin"
ModifyAdminSavedSearches SOAP Command

Modifies admin saved searches.
Returns the admin saved searches.

If {search-query} is empty => delete the search if it exists
If {search-name} already exists => replace with new {search-query}
If {search-name} does not exist => save as a new search

Authorization token required true
Admin Authorization token required true

ModifyAdminSavedSearchesRequest

    <ModifyAdminSavedSearchesRequest> ## ModifyAdminSavedSearchesRequest
        (<search name="{name}">{value}</search> ## NamedValue)*
    </ModifyAdminSavedSearchesRequest>

The following table describes elements and attributes you can define within a <ModifyAdminSavedSearchesRequest> element:

XPath Required / Optional Description
/search Optional (0 or more) Type:{value}
Description for element text content:Value
/search@name Required (only 1) Type:String
Name

ModifyAdminSavedSearchesResponse

    <ModifyAdminSavedSearchesResponse /> ## ModifyAdminSavedSearchesResponse