Get information about specified user.
#params
Get information about specified user
Parameters:
The ID of user.
See Also:
14 15 16 17 18
# File 'lib/yammer_api/api/users.rb', line 14 def user(id, options={}) path = "/users/#{id}.json" response = get(path, options) YammerApi::User.new(response) end