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-50
{
"count": 41,
"next": null,
"previous": null,
"results": [
{
"source": "direct-sharing-50",
"name": "Gut Instinct",
"usernames": [
"yp318041",
"kiraj",
"Anothercell",
"sprague",
"nikolay",
"decantrix",
"padams89",
"MarciajsR",
"LizMorgan",
"cct",
"Fortin",
"gedankenstuecke",
"Konvpolto",
"Sparklingether",
"generjustin",
"Chris_Durall",
"sidney",
"CherylAnnBachman",
"PolaricEntrophy",
"kgelineau",
"Shannon_M",
"eye144",
"Smccart001",
"aw1231",
"mheffler",
"dch",
"Winter",
"stephenbrad",
"openhumans12345",
"majoshi1",
"Kmactx",
"Sophie444ilun",
"laharrin",
"jasonbobe",
"annallull",
"Funsizedfox",
"Crewest",
"vipandey",
"codyndoan",
"Smurf",
"ROSS",
"Whynot",
"brianpardy",
"Imey",
"Rodin_2000",
"keithpjolley",
"johnthomaskennedy",
"brooklyrocks",
"margaretannf",
"beau",
"djhinds",
"CHill",
"vbcoach",
"gabbycats",
"Mkenned",
"Marquian",
"Gatherer",
"VSGlobal",
"thelizarmy",
"Lms18808",
"Blumounter",
"mutneg",
"ArloJamesBarnes",
"lisaman",
"Whyser",
"minaharker",
"hkicak",
"Memoryzine",
"Gladys60",
"JackieHorne",
"gsdcomo",
"phenylalanine",
"jasonhyang",
"Hexaped",
"Winkfield",
"snyddogg",
"fpataro",
"rocketdog42",
"Celia",
"sbtoloc",
"MCzigler",
"davereeck",
"saw2112",
"penny_stock",
"dsvoorhees",
"mosaik88",
"Deniceleon",
"Arkusinski",
"SFourie72",
"wolfgang8741",
"cj27",
"easkowron"
]
}
]
}