Why does my multisite blog doesn’t show users?

Had the same problem.
The issue was in wp_options table.
Find line where option name is wp_user_roles and look what’s going on there. This line is responsible for user roles, and if they are an a mess, users canot be shown as well.
Better copy option_value from the other table.

(Change wp_ to your prefix).