GET /user/?format=api&ordering=-mobile&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=-mobile&page=10",
"results": [
{
"id": 66,
"last_login": null,
"date_joined": "2022-05-17 11:38:53",
"department": {
"id": 7,
"department": "市场处"
},
"r_and_d": {
"id": 16,
"name": "市场部-负责人",
"level": 1,
"sort": 8
},
"gender": "男",
"is_superuser": false,
"username": "钟劲",
"first_name": "",
"last_name": "",
"email": "",
"is_staff": false,
"is_active": false,
"name": "钟劲",
"birthday": null,
"mobile": null,
"position": null,
"groups": [],
"user_permissions": []
}
]
}