Created multiple users but I am seeing very few users only when I run show grants

I have created four different users with specific privileges.

But when I run the below command I am seeing only root user. I am not seeing any other user other than root.

show grants;

try:

select * from information_schema.users.

show grants only shows the grants for the user that runs it.