# File provisioningapi.rb, line 283
                def restore_user(username)
                        msg = RequestMessage.new
                        msg.about_login(username,nil,nil,nil,"false")
                        msg.add_path('https://'+@@google_host+@action[:user_update][:path]+username)
                        response  = request(:user_update,username,@headers, msg.to_s)
                        user_entry = UserEntry.new(response.elements["entry"])
                end