| Authorization token required | true |
| Admin Authorization token required | UNKNOWN |
<SearchUsersByFeatureRequest [name="..."] [feature="(CHATS | WSC | UNKNOWN)"] [limit="(Integer)"]
[offset="(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) |
| @offset | Optional (0 or 1) | Type: Integer The accounts to skip, for pagination |
<SearchUsersByFeatureResponse [total="(Integer)"] [more="(0|1)"]> ## 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 |
| @total | Optional (0 or 1) | Type: Integer The total number of accounts matching the request |
| @more | Optional (0 or 1) | Type: 0|1 Whether there are more accounts to fetch (for pagination) |
| /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 |