Hi @Reban there's no "easy" way to do this, but it is possible using a rest call in a URL.
https://developer.khoros.com/khoroscommunitydevdocs/docs/get-a-count-or-list-of-users-subscribed-to-a-board
As documented here, entering a URL with specific information can result in a list of users subscribed to an area.
https://[COMMUNITY DOMAIN]/restapi/vc/boards/id/<board ID>/subscribers/email/board
as an example:
https://community.khoros.com/restapi/vc/boards/id/technology/subscribers/email/board
That would result in seeing the subscribers of this board that we're currently on. However, you'll need specific permissions to do REST API calls in order for the output to work.
Not the most ideal scenario, but let me know if that works for you.
... View more