ContributionsMost RecentMost LikesSolutionsAPIs for group options menu GroupPage and GroupMessagePage both have menus that contain "Subscribe", "Leave the group", "Bookmark" and other functions. Is there an API call to set these preferences? Idea here is to recreate these functions outside of the dropdown menu. Automatic group membership upon new community account creation If I am not a community member visiting a groups page, when I go to sign up for a community account, is it possible to become a community member AND a member of the group at the same time? Essentially I'm trying to eliminate the step of "joining a group" after becoming a community member, saving the user a click! API call for getting the count of authored solutions per a specific board? Looking to see if it's possible to look up one person's authored solutions within the context of one board, not the whole community. Something like: search?q=SELECT solutions_authored.count(*) FROM users WHERE id = 'XXXX' AND boards WHERE id = 'board-name' This is obviously throwing back an error. Thanks! SolvedRe: Data and metrics around email subscriptionsI'm not looking to show this within the email template. I'm looking to see out of the total number of members within the community, what's the % of members getting immediate, daily digest or weekly digests.Data and metrics around email subscriptions I'm trying to determine the usage of a email templates by our users. Is there a way to get data on how many users subscribe to "general subscription notifications"? I'm trying to pair this information with the Notification settings on email frequency preferences. Users who are changing from the default (Immediately) email notification frequency to either "Daily" or "Weekly", is there a way to capture this information? Thanks! Solved