GET /user/?format=api&ordering=department&page=11
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 101,
"next": null,
"previous": "https://crmpy.datahoop.cn/user/?format=api&ordering=department&page=10",
"results": [
{
"id": 83,
"last_login": null,
"date_joined": "2022-12-27 14:33:32",
"department": {
"id": 12,
"department": "测试"
},
"r_and_d": {
"id": 23,
"name": "会员处-负责人",
"level": 2,
"sort": 14
},
"gender": "男",
"is_superuser": false,
"username": "79-7c-8e-3e",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": false,
"is_active": false,
"name": "赵璇",
"birthday": "2022-12-27",
"mobile": "13699283865",
"position": null,
"groups": [],
"user_permissions": []
}
]
}