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-149
{
"count": 45,
"next": null,
"previous": null,
"results": [
{
"source": "direct-sharing-149",
"name": "RescueTime connection",
"usernames": [
"gedankenstuecke",
"stephenbrad",
"thefedoration",
"amilcar",
"Oluwande",
"svemagie",
"calkibet",
"alexbfree",
"cubicgarden",
"nithou",
"miciahmae",
"stephthegeek",
"beau",
"Fortin",
"gsdcomo",
"cascrogg",
"justinlawler",
"carlremi",
"douglasgoodwin",
"sprague",
"johnthomaskennedy",
"kasan",
"OGolly",
"saw2112",
"Ascendant",
"dhanushram",
"ouzor",
"nikolay",
"mdulaney",
"dhanush_ram",
"jmrphy",
"cloidl",
"DG",
"openhumans",
"monacate",
"katielorrie",
"bmander",
"artemis4000",
"reblaw",
"geoffrothman",
"Konvpolto",
"flamenquim",
"Tornado14",
"ArloJamesBarnes",
"oguzhanogreden",
"growwithlogan",
"Geekfish",
"yeltsinxyz",
"TDYLN",
"Iain",
"paula",
"benevides",
"dmlh",
"jimzim",
"Federica__",
"austospumanto",
"Nzo",
"juicyj",
"c3n47ur",
"ldorigo",
"participant1",
"HASANICHAVEZ53",
"Avangardas",
"vytenisd",
"KaleyWhite",
"Alex0007",
"bjornh",
"KongKingHolly",
"Zodios",
"ValenciagaCouture",
"ebdavison",
"potato",
"ethanleifer",
"katewac"
]
}
]
}