Return a list of all active members.

Supported filters: - name - username

GET /api/public/members/?format=api&offset=11500&username=beau
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Tue, 16 Dec 2025 06:45:38 GMT
Vary: Accept

{
    "count": 11504,
    "next": null,
    "previous": "https://www.openhumans.org/api/public/members/?format=api&limit=100&offset=11400&username=beau",
    "results": [
        {
            "name": "Zach",
            "profile_url": "https://www.openhumans.org/member/zwtx/",
            "username": "zwtx"
        },
        {
            "name": "Al",
            "profile_url": "https://www.openhumans.org/member/zz_alex_zz/",
            "username": "zz_alex_zz"
        },
        {
            "name": "zzzzzf",
            "profile_url": "https://www.openhumans.org/member/zzzzzf/",
            "username": "zzzzzf"
        },
        {
            "name": "zzzzz_Nieng",
            "profile_url": "https://www.openhumans.org/member/zzzzz_Nieng/",
            "username": "zzzzz_Nieng"
        }
    ]
}