function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MugwumpusMugwumpus 

Access Chatter Email Settings, by User, at the data tier

Anyone know the relationship chain here between User and their Chatter Email Settings?  I'm in Workbench, but can't seem to find the appropriate relationship, and am wondering whether or not it's even exposed.  Any help is greatly appreciated, trying to build a map of what Users are subscribed to, and frequency, from data level for reporting. THANKS!

Jia HuJia Hu
General Chatter email setting is on the User object,...
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm
like, DigestFrequency field,...

For the Chatter Groups, the setting is on the CollaborationGroupMember object,
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_collaborationgroupmember.htm
NotificationFrequency field