Optionalparameters: {Optionalexclude?: string[]List of users to be excluded from the search results
OptionalmaxResults?: numberThe maximum number of users to return (defaults to 50). The maximum allowed value is 100 (The combination of maxResults and startAt is limited to the first 100 results). If you specify a value that is higher than this number, your search results will be truncated. If you send a request with startAt=98 and maxResults=20, it will only return 2 users.
Optionalquery?: stringA string used to search username, Name or e-mail address
OptionalshowAvatar?: booleanIf true, then avatars are included in the results
Optionaloptions: RequestOptions
Returns a list of users matching query with highlighting.