Return a list of all active members.

Supported filters: - name - username

GET /api/public/members/?format=api&offset=11500
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 08:42:19 GMT
Vary: Accept

{
    "count": 11506,
    "next": null,
    "previous": "https://www.openhumans.org/api/public/members/?format=api&limit=100&offset=11400",
    "results": [
        {
            "name": "Zum",
            "profile_url": "https://www.openhumans.org/member/Zum/",
            "username": "Zum"
        },
        {
            "name": "zwell",
            "profile_url": "https://www.openhumans.org/member/zwell/",
            "username": "zwell"
        },
        {
            "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"
        }
    ]
}