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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 18062,
            "url": "",
            "summary_fields": {},
            "created": "2023-10-02T10:05:00.434402Z",
            "username": "jerabekjiri",
            "full_name": "",
            "date_joined": "2023-10-02T10:05:00.434402Z",
            "avatar_url": "https://github.com/jerabekjiri.png",
            "github_id": 19647757
        }
    ]
}