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

{
    "count": 34601,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/users/?format=api&page=346",
    "results": [
        {
            "id": 34771,
            "url": "",
            "summary_fields": {},
            "created": "2026-01-20T13:52:10.409411Z",
            "username": "sunaofficials",
            "full_name": "",
            "date_joined": "2026-01-20T13:52:10.409411Z",
            "avatar_url": "https://github.com/sunaofficials.png",
            "github_id": 251830311
        }
    ]
}