# File provisioningapi.rb, line 270 def suspend_user(username) msg = RequestMessage.new msg.about_login(username,nil,nil,nil,"true") 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