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": 103,
"last_login": null,
"date_joined": "2024-07-10 16:28:46",
"department": {
"id": 10,
"department": "秘书处"
},
"r_and_d": {
"id": 36,
"name": "副总(市场+培训)",
"level": 1,
"sort": 20
},
"gender": "男",
"is_superuser": false,
"username": "13910387389",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": false,
"is_active": true,
"name": "胡旭",
"birthday": "2024-06-27",
"mobile": "13910387389",
"position": null,
"groups": [],
"user_permissions": []
}
]
}