Overview
This article describes how to create a report of the users that are following a certain Space (Community).
Environment
- Jive Hosted
- Jive Cloud
- Jive OnPremise
Process
The report can be built using the Jive V3 API REST endpoints:
- Using any client (e.g. Postman, cURL...), users can call the
/places
service endpoint to retrieve the follower count of a Space as shown below:
- Alternatively, users can call the
/followers
resource endpoint to get the list of users that follow the Space, as shown below:
Note: It is possible to use an online JSON to Excel/CSV converter to quickly transform the JSON response to an Excel report.
Comments
0 comments
Article is closed for comments.