@jchen There is no OOB way to view these. In V1, there is no API to see how many people are subscribed to a particular post/thread, you can only view these users at Board Level: http://community.lithium.com/community-name/restapi/vc/boards/id/[id] /subscribers/email/board/count In V2, you can use the following query: SELECT * FROM subscriptions WHERE target.type = 'message' AND target.id = '<message_ID>'
... View more