In a SharePoint 2013 workflow that I set up, I would like to change the person's permission on a custom list after a user updates the list. When the user updates the custom list, they have user rights like edit and update. However after the user updates the custom list, I would like to change the permissions to view and read for the user on the custom list.
Thus would you show me .net code and/or point me to a reference that will show me how to change the permissions on the user on this individual list item the entered?
Notes:
1. Even after the permission's on the individual custom list changes, I want the user to be able to enter more data on new custom lists.
2. The user enters the data using InfoPath 2013.