users

@JvmName(name = "listUsersResponseListedUser")
fun Flow<ListUsersResponse>.users(): Flow<ListedUser>

This paginator transforms the flow returned by listUsersPaginated to access the nested member ListedUser

Return

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