How to query record followed and the user id using SOQL?
If Users follow records, the entries are stored in EntitySubscription entity. SOQL: SELECT Id, ParentId, SubscriberId FROM EntitySubscription SubscriberId - ID of the User who is following the record or user. ParentId ....