GET /user/?format=api&ordering=email&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=email&page=10",
"results": [
{
"id": 16,
"last_login": null,
"date_joined": "2020-04-22 10:58:05",
"department": {
"id": 2,
"department": "会长办公室"
},
"r_and_d": {
"id": 19,
"name": "会长",
"level": 1,
"sort": 1
},
"gender": "男",
"is_superuser": false,
"username": "dawson",
"first_name": "",
"last_name": "",
"email": "zouds@chinacpda.org",
"is_staff": false,
"is_active": true,
"name": "邹东生",
"birthday": "2020-04-22",
"mobile": "13701219852",
"position": null,
"groups": [],
"user_permissions": []
}
]
}