ContributionsMost RecentMost LikesSolutionslist 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? getting user id of the user whenever the email address of the user is entered I want to get the user id of a user using the email address of the user. I want to use api v2 to return the user id of a particular user whenever the email address of that user is entered. Solved