Skip to main content
Is there any way to know which members of a Content Library have subscribed to that Library? We get this question from Marketing and Product Management a lot. I know we can report on how many have subscribed to a file but at the Library level would be more helpful.
1 comment
  1. May 1, 2015, 10:22 AM

    Not sure if this is visible from SOQL, but looks like ContentDocumentHistory only for Document subscribed

    example: SELECT Id, ContentDocumentId, CreatedById, CreatedDate, Field FROM ContentDocumentHistory where Field = 'contentDocSubscribed'

0/9000