# File lib/twitter/rest/users.rb, line 81
      def update_profile(options = {})
        perform_post_with_object('/1.1/account/update_profile.json', options, Twitter::User)
      end