The user module provides methods to retrieve user information not accessible through the content object or content node modules.
Dump list of users who have edited content in the last N months (defaults to 3) and who have edited more than 1 piece of content.
$ eep user editlog [<number of months>]
Returns user visit information e.g. last login, login count
$ eep user visit <user_id>
Adds a subtree notification
eep user addsubtreenotification <user_id> <node_id>
Removes a subtree notification
eep user removesubtreenotification <user_id> <node_id>
Lists user's subtree notifications
eep user listsubtreenotifications <user_id>