Perhaps a quick example of how to change a current user will be helpful to somebody. This is what I was actually looking for.
Following advice of @JohnPetrone I added readWrite role to my admin user with grantRolesToUser
> use admin
> db.grantRolesToUser("admin",["readWrite"])
> show collections
system.users
system.version