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-178
{
"count": 39,
"next": null,
"previous": null,
"results": [
{
"source": "direct-sharing-178",
"name": "QCycle",
"usernames": [
"phenylalanine",
"gedankenstuecke",
"cotton",
"saw2112",
"IonutMurariu",
"Athina",
"Mspantherina",
"azuredominique",
"JeniferLynnGarrett",
"bsoule",
"mlukaczyk",
"jsuew",
"kwilst",
"teresaeg",
"soundinspace",
"maggied",
"weboesel",
"musecycles",
"josiegrant",
"sarablenk",
"S_IllerDrachman",
"hagarrett",
"jyork",
"YA",
"mara",
"aaaabee"
]
}
]
}