Forum Discussion
EricDeferm
Nov 07, 2016Iron Contributor
Is it possible to determine who's following a SP site
Is ther an option OOB to determine who's following a SP site? If not, are there any 3rd party tools who include that in their analytics?
Kiril Iliev
Nov 10, 2016Brass Contributor
In SharePoint Online this seems not to emerge somewhere unless in My Profile, which seems to be replaced by Delve. Currently Delve does not expose this info but there was a request about it in User Voice (https://office365.uservoice.com/forums/273487-delve/suggestions/10026063-show-websites-i-m-following-on-delve). However, as far as custom development goes, you can check the social.following namespace from the CSOM or rest (https://msdn.microsoft.com/en-us/library/office/jj945068.aspx#bkmk_FollowSites)
- EricDefermNov 10, 2016Iron ContributorTx Kiril for sharing the info.