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=345
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 34407,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/users/?format=api&page=344",
    "results": [
        {
            "id": 34571,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-03T12:38:55.369670Z",
            "username": "shekharpanchal",
            "full_name": "",
            "date_joined": "2026-01-03T12:38:55.369670Z",
            "avatar_url": "https://github.com/shekharpanchal.png",
            "github_id": 120018535
        },
        {
            "id": 34572,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-03T13:20:27.915425Z",
            "username": "2plus2world",
            "full_name": "",
            "date_joined": "2026-01-03T13:20:27.915425Z",
            "avatar_url": "https://github.com/2plus2world.png",
            "github_id": 249392441
        },
        {
            "id": 34573,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-03T13:57:38.093069Z",
            "username": "nicollaspuss",
            "full_name": "",
            "date_joined": "2026-01-03T13:57:38.093069Z",
            "avatar_url": "https://github.com/nicollaspuss.png",
            "github_id": 98433462
        },
        {
            "id": 34574,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-03T16:44:08.711343Z",
            "username": "lin0les",
            "full_name": "",
            "date_joined": "2026-01-03T16:44:08.711343Z",
            "avatar_url": "https://github.com/lin0les.png",
            "github_id": 47224765
        },
        {
            "id": 34575,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-03T18:43:40.657910Z",
            "username": "vdveldet",
            "full_name": "",
            "date_joined": "2026-01-03T18:43:40.657910Z",
            "avatar_url": "https://github.com/vdveldet.png",
            "github_id": 11089060
        },
        {
            "id": 34576,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-04T00:38:52.519246Z",
            "username": "maimran786",
            "full_name": "",
            "date_joined": "2026-01-04T00:38:52.519246Z",
            "avatar_url": "https://github.com/maimran786.png",
            "github_id": 88144993
        },
        {
            "id": 34577,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-04T06:41:18.996277Z",
            "username": "204g1a0505",
            "full_name": "",
            "date_joined": "2026-01-04T06:41:18.996277Z",
            "avatar_url": "https://github.com/204g1a0505.png",
            "github_id": 94517815
        }
    ]
}