Service: zimbraMail
Namespace: "urn:zimbraMail"
GetWatchers SOAP Command

Returns a list of items in the user's mailbox currently being watched by other users.

Authorization token required true
Admin Authorization token required false

GetWatchersRequest

    <GetWatchersRequest /> ## GetWatchersRequest

GetWatchersResponse

    <GetWatchersResponse> ## GetWatchersResponse
        (<watcher id="{account-id}" email="{email-address}" name="{display-name}"> ## WatcherInfo
            (<item id="{id} (int)" /> ## IntegerIdAttr)*
          </watcher>)*
    </GetWatchersResponse>

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

XPath Required / Optional Description
/watcher Optional (0 or more) Information on items being watched by users
/watcher@id Required (only 1) Type:String
Account ID
/watcher@email Required (only 1) Type:String
Email address
/watcher@name Required (only 1) Type:String
Display name
/watcher/item Optional (0 or more) List of items in the user's mailbox currently being watched by other users
/watcher/item@id Required (only 1) Type:int
ID