pub fn search_for_user(
search_string: &str,
match_fullnames: bool,
_request_info: &FingerRequestInfo,
) -> Vec<Result<FingerResponseStructuredUserEntry>> ⓘExpand description
Search for users whose username or full name contains the search string.