{
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"countId": "string",
"maxLimit": 0,
"orgIds": [
"string"
],
"positionIds": [
"string"
],
"workStatus": "ON_WORK",
"keyWord": "string"
}curl --location --request POST '/user/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"records": "Collections.emptyList()",
"total": 0,
"size": 10,
"current": 1,
"orders": "new ArrayList<>()",
"optimizeCountSql": true,
"searchCount": true,
"optimizeJoinOfCountSql": true,
"countId": "string",
"maxLimit": 0,
"orgIds": [
"string"
],
"positionIds": [
"string"
],
"workStatus": "ON_WORK",
"keyWord": "string"
}'{
"records": [
{
"id": "",
"name": "",
"mobileNum": "",
"email": "",
"gender": "",
"birthday": "",
"workStatus": "",
"majorSkills": [
{
"code": "",
"name": ""
}
],
"accountId": "",
"isDeliveryAccount": false,
"accountName": "",
"permanentValidity": false,
"effectiveTime": "",
"organizationUserVoList": [
{
"groupUserid": "",
"orgId": "",
"orgName": "",
"orgPathName": "",
"positionId": "",
"duties": [
""
],
"positionName": "",
"positionCategoryName": "",
"positionCategoryId": "",
"customize": false,
"customizeManageRange": false,
"function": [
{
"code": "",
"name": ""
}
],
"groupPermissions": [
{
"id": "",
"name": ""
}
],
"permissions": [
{
"id": "",
"name": ""
}
],
"permissionTemplates": [
{
"id": "",
"name": ""
}
]
}
],
"organizations": [
{
"orgId": "",
"orgName": "",
"orgPathName": "",
"permission": false
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"countId": "",
"maxLimit": 0
}