Return a list of all active members.

Supported filters: - name - username

GET /api/public/members/?format=api&name=bastian
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Thu, 25 Apr 2024 09:18:06 GMT
Vary: Accept

{
    "count": 20,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Sebastian Morr",
            "profile_url": "https://www.openhumans.org/member/blinry/",
            "username": "blinry"
        },
        {
            "name": "evusebastian pdabelyaev w",
            "profile_url": "https://www.openhumans.org/member/evusebastianpdabelyaevwtaviolet/",
            "username": "evusebastianpdabelyaevwtaviolet"
        },
        {
            "name": "Bastian Greshake Tzovaras",
            "profile_url": "https://www.openhumans.org/member/gedankenstuecke/",
            "username": "gedankenstuecke"
        },
        {
            "name": "masons ebastian",
            "profile_url": "https://www.openhumans.org/member/masonsebastian01/",
            "username": "masonsebastian01"
        },
        {
            "name": "Sebastian",
            "profile_url": "https://www.openhumans.org/member/netunion/",
            "username": "netunion"
        },
        {
            "name": "Sebastian",
            "profile_url": "https://www.openhumans.org/member/Niagara_Falls/",
            "username": "Niagara_Falls"
        },
        {
            "name": "Oliversebastian",
            "profile_url": "https://www.openhumans.org/member/oliver123/",
            "username": "oliver123"
        },
        {
            "name": "Sebastian Lenz",
            "profile_url": "https://www.openhumans.org/member/quizzmaster/",
            "username": "quizzmaster"
        },
        {
            "name": "Sebastian Roy",
            "profile_url": "https://www.openhumans.org/member/RoyalSWiSH/",
            "username": "RoyalSWiSH"
        },
        {
            "name": "Sebastian",
            "profile_url": "https://www.openhumans.org/member/Satai/",
            "username": "Satai"
        },
        {
            "name": "Sebastian Writer",
            "profile_url": "https://www.openhumans.org/member/Sebastian12/",
            "username": "Sebastian12"
        },
        {
            "name": "Sebastian405",
            "profile_url": "https://www.openhumans.org/member/Sebastian405/",
            "username": "Sebastian405"
        },
        {
            "name": "Sebastian Dahl",
            "profile_url": "https://www.openhumans.org/member/SebastianDahl/",
            "username": "SebastianDahl"
        },
        {
            "name": "SebastianFenn05",
            "profile_url": "https://www.openhumans.org/member/SebastianFenn05/",
            "username": "SebastianFenn05"
        },
        {
            "name": "Sebastian Gula",
            "profile_url": "https://www.openhumans.org/member/sebastiangula/",
            "username": "sebastiangula"
        },
        {
            "name": "Sebastian Scammell",
            "profile_url": "https://www.openhumans.org/member/SebastianScammell/",
            "username": "SebastianScammell"
        },
        {
            "name": "Sebastian",
            "profile_url": "https://www.openhumans.org/member/Sebi_Schumacher/",
            "username": "Sebi_Schumacher"
        },
        {
            "name": "Sebastian Erik Bauer",
            "profile_url": "https://www.openhumans.org/member/SimplyData/",
            "username": "SimplyData"
        },
        {
            "name": "Sebastian Kentzler",
            "profile_url": "https://www.openhumans.org/member/skentzle/",
            "username": "skentzle"
        },
        {
            "name": "Sebastian Torres",
            "profile_url": "https://www.openhumans.org/member/thenunutv2/",
            "username": "thenunutv2"
        }
    ]
}