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-453
{
"count": 41,
"next": null,
"previous": null,
"results": [
{
"source": "direct-sharing-453",
"name": "OH Data Port for Apple Health",
"usernames": [
"Craig997uk",
"Sergey07",
"Laghustoka",
"Pojo",
"m4p",
"Jarvis532",
"glenlubbert",
"bst_b_well",
"Laiudi",
"devnull",
"jbedell",
"lbaldy",
"Iain",
"onyame",
"sprague",
"yelo",
"ratibrenrian",
"amcarlis",
"volta1",
"Kate48230",
"madprime",
"Iwynne",
"Al70",
"jsteuer",
"scottleibrand",
"Lizzie180",
"austospumanto",
"Clee",
"rwmurphy",
"ycliu",
"uxgreg",
"medimikka",
"UnstrungHero",
"Guillaume",
"Jtiger1990",
"fabianoserfaty",
"ldorigo",
"MarcelZ",
"Dawnellenf",
"fivetwentyseven",
"SoniaG",
"Matilda444",
"Tooraj",
"gedankenstuecke",
"katielorrie",
"Faithiep",
"Briskman",
"disclaimer",
"Whoisdsmith",
"jasteige",
"Pavelee",
"kelseycannici",
"Lascd001",
"Maorine",
"tracker232",
"ehlen",
"gsdcomo",
"Chrisitan_Walter",
"oguzhanogreden",
"MuhammadAhnad",
"medicfurby",
"Misnowolf77",
"katewac",
"SGrannis",
"Peony",
"Sebastian405",
"Nickanyan",
"Leopardoss",
"plaetzchen",
"jesse",
"DidierC",
"padams89",
"jenicarvalho",
"batigoool",
"msimcox2",
"andyduk",
"svemagie",
"Explore360",
"PutMeInAZoo",
"Kchalley78",
"Angs0317",
"takiwatanga",
"M_hughes",
"laura_andzane",
"Ejstemper",
"Jeffcoton"
]
}
]
}