Has anyone had any experience using the
ThisItem.'Shared With'
property to display a list of users that have access to a SharePoint document library? In my app I have the ability to add and remove user permissions for document libraries using this. The add/remove works properly on the SharePoint end, but when I grab the collection again it still displays users that were previously added.
I let it sit for a day to see if it was some sort of sync issue, but they names are still appearing even though they don't have access to the document library or the site itself. Anyone have any clue as to why this is the case?
If anyone knows of an alternative or better way to do this that doesn't involve creating a SharePoint list, that would be welcomed as well.
Thank you!