Service: zimbraAccount

Command: SearchUsersByFeature
Namespace: urn:zimbraAccount
Description: Search Users enabled to a particular Feature
Properties:
Authorization token required true
Admin Authorization token required UNKNOWN

SearchUsersByFeatureRequest

    <SearchUsersByFeatureRequest [name="..."] [feature="(CHATS | WSC | UNKNOWN)"] [limit="(Integer)"] /> ## SearchUsersByFeatureRequest

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

XPath Required / Optional Description
@name Optional (0 or 1) Type: String
name to autocomplete (searched in uid, mail and displayName)
@feature Optional (0 or 1) Type: CHATS | WSC | UNKNOWN
feature to check (only accounts with this feature enabled will be returned).
@limit Optional (0 or 1) Type: Integer
The maximum number of accounts to return (0 is default and means 10)

SearchUsersByFeatureResponse

    <SearchUsersByFeatureResponse> ## SearchUsersByFeatureResponse
        (<account name="{name}" id="{id}"> ## UserInfo
            (<a n="{key}" /> ## Attr)*
          </account>)*
    </SearchUsersByFeatureResponse>

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

XPath Required / Optional Description
/account Optional (0 or more) Accounts matching the autocomplete request
/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