Return a list of all active members.

Supported filters: - name - username

GET /api/public/members/?format=api&offset=11000
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Mon, 09 Jun 2025 12:44:22 GMT
Vary: Accept

{
    "count": 11006,
    "next": null,
    "previous": "https://www.openhumans.net/api/public/members/?format=api&limit=100&offset=10900",
    "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"
        }
    ]
}