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

{
    "count": 34201,
    "next": null,
    "previous": "http://galaxy.ansible.com/api/v1/users/?format=api&page=342",
    "results": [
        {
            "id": 34371,
            "url": "",
            "summary_fields": {},
            "created": "2025-12-21T04:04:20.172546Z",
            "username": "aman-dw-00",
            "full_name": "",
            "date_joined": "2025-12-21T04:04:20.172546Z",
            "avatar_url": "https://github.com/aman-dw-00.png",
            "github_id": 230958071
        }
    ]
}