Anonymous0909
3 years agoAdept
list of all users subscribed to all board
I am using the below api to find the users permitted to a particular board:
https://[COMMUNITY DOMAIN]/restapi/vc/boards/id/<board ID>/subscribers/email/board
But the problem with above api and my use case is that I want to view the list of all the boards and its permitted users in one request. Whereas, the above api is only allowing to look for only a single board at a time. Is there a way in which I can get the list of all the boards in a community and it's subscribed users in a single hit?