{
"pagination": {
"next": 0,
"previous": 1,
"count": 4,
"current": 1,
"total_pages": 0,
"start_index": 2,
"end_index": 5
},
"results": [
{
"pk": "<string>",
"num_pk": 32226,
"name": "<string>",
"is_superuser": false,
"parent": null,
"parent_name": null,
"users": [],
"users_obj": [],
"attributes": {},
"roles": [],
"roles_obj": []
},
{
"pk": "<string>",
"num_pk": 8839,
"name": "<string>",
"is_superuser": true,
"parent": null,
"parent_name": null,
"users": [
11
],
"users_obj": [
{
"pk": 12,
"username": "<string>",
"name": "<string>",
"is_active": true,
"last_login": "<string>",
"email": "<string>",
"attributes": {},
"uid": "<string>"
}
],
"attributes": {},
"roles": [],
"roles_obj": []
}
]
}