Users API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/users/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "email": "noreply@weblate.org",
            "full_name": "Anonymous",
            "username": "anonymous",
            "groups": [
                "http://i18n.foe-helper.com/api/groups/1/?format=api",
                "http://i18n.foe-helper.com/api/groups/2/?format=api"
            ],
            "is_superuser": false,
            "is_active": false,
            "date_joined": "2020-07-09T17:44:41.524408Z",
            "url": "http://i18n.foe-helper.com/api/users/anonymous/?format=api"
        }
    ]
}