Returns a user for a given id
37 38 39
# File 'lib/code42/api/user.rb', line 37 def find_user_by_id(id = 'my', params = {}) object_from_response(Code42::User, :get, "user/#{id}", params) end