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

{
    "count": 34301,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/users/?format=api&page=343",
    "results": [
        {
            "id": 34471,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-24T09:38:43.697305Z",
            "username": "devbhoite",
            "full_name": "",
            "date_joined": "2025-12-24T09:38:43.697305Z",
            "avatar_url": "https://github.com/devbhoite.png",
            "github_id": 196288459
        }
    ]
}