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

{
    "count": 34507,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/users/?format=api&page=345",
    "results": [
        {
            "id": 34671,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-10T21:06:48.852656Z",
            "username": "justinGrosvenor",
            "full_name": "",
            "date_joined": "2026-01-10T21:06:48.852656Z",
            "avatar_url": "https://github.com/justinGrosvenor.png",
            "github_id": 50189956
        },
        {
            "id": 34672,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-10T23:08:41.950982Z",
            "username": "MohammedMourad1",
            "full_name": "",
            "date_joined": "2026-01-10T23:08:41.950982Z",
            "avatar_url": "https://github.com/MohammedMourad1.png",
            "github_id": 108702667
        },
        {
            "id": 34673,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-11T05:02:31.404857Z",
            "username": "gregPerlinLi",
            "full_name": "",
            "date_joined": "2026-01-11T05:02:31.404857Z",
            "avatar_url": "https://github.com/gregPerlinLi.png",
            "github_id": 24933728
        },
        {
            "id": 34674,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-11T05:31:50.892069Z",
            "username": "18jatin",
            "full_name": "",
            "date_joined": "2026-01-11T05:31:50.892069Z",
            "avatar_url": "https://github.com/18jatin.png",
            "github_id": 47514554
        },
        {
            "id": 34675,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-11T07:45:19.821598Z",
            "username": "joekibz",
            "full_name": "",
            "date_joined": "2026-01-11T07:45:19.821598Z",
            "avatar_url": "https://github.com/joekibz.png",
            "github_id": 107838961
        },
        {
            "id": 34676,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-11T08:38:42.190492Z",
            "username": "schwartziel",
            "full_name": "",
            "date_joined": "2026-01-11T08:38:42.190492Z",
            "avatar_url": "https://github.com/schwartziel.png",
            "github_id": 122649580
        },
        {
            "id": 34677,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-11T09:16:30.413045Z",
            "username": "PBSable",
            "full_name": "",
            "date_joined": "2026-01-11T09:16:30.413045Z",
            "avatar_url": "https://github.com/PBSable.png",
            "github_id": 105730663
        }
    ]
}