This view set for users automatically provides `list` and `detail` actions.
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"url": "http://vp-zalec.net/api/users/1/",
"last_login": "2020-03-01T12:57:31Z",
"username": "jernej",
"first_name": "Jernej",
"last_name": "Jerin",
"email": "jernej.jerin@gmail.com"
},
{
"id": 3,
"url": "http://vp-zalec.net/api/users/3/",
"last_login": "2014-02-27T08:34:35Z",
"username": "peter",
"first_name": "Peter",
"last_name": "Jerin",
"email": "peter.jerin@siol.net"
}
]
}