GET /user/?format=api&ordering=-r_and_d&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=-r_and_d&page=10",
"results": [
{
"id": 1,
"last_login": "2024-07-03 10:27:27",
"date_joined": "2022-02-02 02:02:02",
"department": {
"id": 1,
"department": "管理员"
},
"r_and_d": {
"id": 1,
"name": "技术处-管理员",
"level": 1,
"sort": 18
},
"gender": "男",
"is_superuser": true,
"username": "admin",
"first_name": "",
"last_name": "",
"email": "admin@admin.com",
"is_staff": true,
"is_active": true,
"name": "管理员",
"birthday": "2019-12-18",
"mobile": "17638579680",
"position": null,
"groups": [],
"user_permissions": []
}
]
}