My requirement is to get all the users from the sharepoint list item (person or group field) and assign [Read] permissions to different document libraries. As it has multiple users, on list item update, Is it possible to compare the before and after properties of person or Group field and add/remove permissions of the newly added/removed user?
Currently on item update, I am removing all the existing user permissions and adding them back on item update. I don't even know whether the person or group field has been modified.