All the posts I found around this were a bit outdated. Is there a way to see how many people are subscribed to a post/thread?
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>'
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!