A list of legacy users.

The community UI has a view to list all legacy users. Each user is clickable and brings the browser to a page with a list of roles created by the user.

GET /api/v1/users/?format=api&page=342
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 34106,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/users/?format=api&page=341",
    "results": [
        {
            "id": 34271,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-14T11:58:26.583279Z",
            "username": "grisar",
            "full_name": "",
            "date_joined": "2025-12-14T11:58:26.583279Z",
            "avatar_url": "https://github.com/grisar.png",
            "github_id": 65787354
        },
        {
            "id": 34272,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-14T14:11:11.487069Z",
            "username": "silopolis",
            "full_name": "",
            "date_joined": "2025-12-14T14:11:11.487069Z",
            "avatar_url": "https://github.com/silopolis.png",
            "github_id": 414540
        },
        {
            "id": 34273,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-14T14:53:37.965897Z",
            "username": "kaustavGitH",
            "full_name": "",
            "date_joined": "2025-12-14T14:53:37.965897Z",
            "avatar_url": "https://github.com/kaustavGitH.png",
            "github_id": 101972989
        },
        {
            "id": 34274,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-14T15:23:17.268651Z",
            "username": "abulkatim",
            "full_name": "",
            "date_joined": "2025-12-14T15:23:17.268651Z",
            "avatar_url": "https://github.com/abulkatim.png",
            "github_id": 6419114
        },
        {
            "id": 34275,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-14T22:22:41.226318Z",
            "username": "azakd",
            "full_name": "",
            "date_joined": "2025-12-14T22:22:41.226318Z",
            "avatar_url": "https://github.com/azakd.png",
            "github_id": 236265685
        },
        {
            "id": 34276,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-15T01:39:43.740575Z",
            "username": "gowtham1113",
            "full_name": "",
            "date_joined": "2025-12-15T01:39:43.740575Z",
            "avatar_url": "https://github.com/gowtham1113.png",
            "github_id": 222670928
        }
    ]
}