GET /user/?format=api&ordering=username&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=username&page=10",
"results": [
{
"id": 38,
"last_login": null,
"date_joined": "2021-06-21 13:48:27",
"department": {
"id": 7,
"department": "市场处"
},
"r_and_d": {
"id": 16,
"name": "市场部-负责人",
"level": 1,
"sort": 8
},
"gender": "famale",
"is_superuser": false,
"username": "高莹",
"first_name": "",
"last_name": "",
"email": "gaoy@chinacpda.org",
"is_staff": false,
"is_active": false,
"name": "高莹",
"birthday": "2021-06-21",
"mobile": "18210340035",
"position": null,
"groups": [],
"user_permissions": []
}
]
}