Public Data Users By Source Api
Return an array where each entry is an object with this form:
{ source: "fitbit", name: "Fitbit", usernames: ["beau", "madprime"] }
GET /api/public-data/members-by-source/?source=direct-sharing-258
{
"count": 41,
"next": null,
"previous": null,
"results": [
{
"source": "direct-sharing-258",
"name": "The Quantified Heart",
"usernames": [
"madprime",
"beau",
"jsonin",
"padams89",
"gsdcomo",
"annallull",
"Einsteinium",
"gedankenstuecke",
"ramonimo",
"benc",
"taximeow",
"stephenbrad",
"LizMorgan",
"Agaricus",
"ReNaeD",
"DentalDave",
"saeglisherre",
"saw2112",
"kdgreis",
"mako",
"mikazilla",
"Iain",
"yeltsinxyz",
"Valeria",
"myrthe07",
"danilo",
"hubert",
"Perico429",
"R_jn",
"stephthegeek",
"sifantid",
"medimikka",
"matfax",
"Ivy",
"Pabs",
"CatMargFras",
"acCommesso81",
"Nadine_Goepfert",
"HASANICHAVEZ53",
"KaleyWhite",
"sarahjeannie",
"sinhabhi",
"jeremydobbins2020",
"comardelle67",
"Dfrancis",
"slaface",
"laura_andzane",
"bionichuman"
]
}
]
}