Users
Search Users
Search for users based on a keyword and return the top max_results items.
Args:
- keyword (str, optional): The keyword to search for. Defaults to None.
- max_results (int, optional): The maximum number of search results to return. Defaults to 10.
- search_on (str, optional): The field to perform the search on. Defaults to “email”.
Returns:
- UserSearchResults: Object containing a list of the top
max_resultsitems that match the keyword.