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-184
{
"count": 50,
"next": null,
"previous": null,
"results": [
{
"source": "direct-sharing-184",
"name": "Oura Connect",
"usernames": [
"madprime",
"kaneary",
"Dan",
"microlytic",
"awz",
"ArloJamesBarnes",
"gedankenstuecke",
"wzwaag",
"wpaul",
"mariemon",
"jdflaten",
"joelklee",
"Jonestj2",
"taximeow",
"pfinney40",
"jrandymac",
"heini",
"Horsesrunwild",
"monicaaj",
"scottleibrand",
"Athina",
"tchaber",
"marissamiller57",
"pdehaye",
"cubicgarden",
"kdgreis",
"bdaqueen",
"azuredominique",
"mako",
"Coding_Lizard",
"jsamsoondar",
"JeniferLynnGarrett",
"M_P",
"bsoule",
"mlukaczyk",
"JohnGriffiths",
"jsuew",
"kwilst",
"teresaeg",
"carricoach",
"soundinspace",
"maggied",
"weboesel",
"musecycles",
"josiegrant",
"sarablenk",
"jhs74",
"S_IllerDrachman",
"hagarrett",
"katewac",
"racergirl76",
"beorn",
"mw_pw",
"ouzor",
"vvladescu",
"lsmarr",
"Ascendant",
"tyler_gemini",
"hotmasu",
"dyldahl",
"Grandfroid",
"juliusretzer",
"glebkalinin",
"jjruescas",
"svemagie",
"Misnowolf77",
"TJHolland",
"jyork",
"apollo66",
"andriusbug",
"OpenHuman123",
"tedwyer1",
"alexcr",
"rkellogg",
"Blackunicorn",
"synteny",
"zwtx",
"bence",
"cheezerman",
"dmlh",
"Teal",
"dimetschis",
"erb",
"anne_matri",
"c3n47ur",
"safexharbour",
"bk_nyc",
"medimikka",
"jimzim",
"glenlubbert",
"scg217",
"Newshoes1",
"cudge_usa",
"cdickinson",
"Neokale",
"ehlen",
"bolverker",
"Zodios",
"RomanTico",
"Digitar",
"austospumanto",
"peanutnose4",
"digitalcolony",
"Sebi_Schumacher",
"dgennetten",
"YA",
"DawnAndrea",
"SimeonAtanasov",
"JPPDX",
"Ivy",
"leiaharper",
"allgrit",
"atnas",
"legeir0610",
"mara",
"aaaabee",
"s2e"
]
}
]
}