How do I add a Meteor.methods for users on the server?

I would like to insert attributes to users. If it were another collection I would add a method to a collection. How can I accomplish this with users since it is already built in with Meteor?

You can add attributes to the Meteor.users collection.