Hi. We'd like a list of users who have subscribed to a section. I can use the API to pull the data, specifically with Postman, but it's not that usable as JSON data. Does anyone know of a good way to do this?
Thanks!
Hi. We'd like a list of users who have subscribed to a section. I can use the API to pull the data, specifically with Postman, but it's not that usable as JSON data. Does anyone know of a good way to do this?
Thanks!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
I'd suggest grabbing their user_id's out of the response array. Then do another api call to the show_many users api to match them up with the actual users.
Hope this helps!