users

@JvmName(name = "searchUsersResponseUserSearchSummary")
fun Flow<SearchUsersResponse>.users(): Flow<UserSearchSummary>

This paginator transforms the flow returned by searchUsersPaginated to access the nested member UserSearchSummary

Return

A kotlinx.coroutines.flow.Flow that can collect UserSearchSummary