Get information about other users. Note: there is one endpoint that is included here that does
not conform to the JSON API organization, and that is /api/v2/me. That endpoint returns
information about the currently authenticated user, if any.
GET /api/v2/users
GET /api/v2/users/:id
PUT /api/v2/users/:id
GET /api/v2/me
email: {String} The user’s email.first_name: {String} The user’s first name.last_name: {String} The user’s last name.job: {String} The user’s job title.karma: {Number} The total karma for the given user.open_links_in_new_window: {Boolean} The user prefers to have links open in a new window.receive_reply_emails: {Boolean} Whether or not the user receives email notifications for comment replies on their stories or comments.receive_digest: {Boolean} The user receives the weekly digest.twitter_name: {String} The user’s Twitter handle, without the '@'.
first_namelast_nameemailpasswordjobreceive_reply_emailsstories or comments.receive_digestopen_links_in_new_windowtwitter_name
comments: {Comment} The comments the user has createddownvotes: {Downvote} The downvotes the user has createdearned_colors: {EarnedColor} The colors the user has earnedinvited_by: {User} The user that the invited the specified userinvited_users: {User} The users that were invited by the specified userstories: {Story} The stories the user has createdupvotes: {Upvote} The upvotes the user has created