{
"pagination": {
"next": 2,
"previous": 2,
"count": 1,
"current": 0,
"total_pages": 0,
"start_index": 2,
"end_index": 3
},
"results": [
{
"pk": 4,
"username": "<string>",
"name": "<string>",
"is_active": true,
"last_login": null,
"is_superuser": false,
"groups": [],
"groups_obj": [],
"email": "<string>",
"avatar": "<string>",
"attributes": {},
"uid": "<string>",
"path": "<string>",
"type": "<string>",
"uuid": "<string>",
"password_change_date": "2025-04-17T12:31:40.189741Z"
},
{
"pk": 5,
"username": "<string>",
"name": "<string>",
"is_active": true,
"last_login": "<string>",
"is_superuser": true,
"groups": [
"<string>"
],
"groups_obj": [
{
"pk": "<string>",
"num_pk": 39383,
"name": "<string>",
"is_superuser": true,
"parent": null,
"parent_name": null,
"attributes": {}
}
],
"email": "<string>",
"avatar": "<string>",
"attributes": {},
"uid": "<string>",
"path": "<string>",
"type": "<string>",
"uuid": "<string>",
"password_change_date": "2025-04-17T12:31:40.189741Z"
}
]
}