userList

@JvmName(name = "listUsersResponseUser")
fun Flow<ListUsersResponse>.userList(): Flow<User>

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

Return

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