GET /user/?format=api&ordering=-is_active&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=-is_active&page=10",
"results": [
{
"id": 113,
"last_login": "2024-07-03 10:27:27",
"date_joined": "2022-02-02 02:02:02",
"department": {
"id": 1,
"department": "管理员"
},
"r_and_d": {
"id": 33,
"name": "客服处-负责人",
"level": 2,
"sort": 15
},
"gender": "女",
"is_superuser": true,
"username": "kefu1",
"first_name": "",
"last_name": "",
"email": "kefu1@example.com",
"is_staff": true,
"is_active": false,
"name": "客服处负责人",
"birthday": "2019-12-18",
"mobile": "18710118689",
"position": null,
"groups": [],
"user_permissions": []
}
]
}