{
"projectIds": [
"string"
],
"projectIdRanges": [
"string"
],
"underProjectIds": [
"string"
],
"orgIds": [
"string"
],
"positionIds": [
"string"
],
"positionCategoryIds": [
"string"
],
"personIds": [
"string"
],
"accountIds": [
"string"
],
"phones": [
"string"
],
"majorSkillCodes": [
"string"
],
"duties": [
"string"
],
"instanceIds": [
"string"
],
"manageRangeQuery": {
"projectId": "string",
"instanceIds": [
"string"
],
"dealMajorIds": [
0
],
"positionRelLimit": "new HashSet<>()",
"classCodes": [
"string"
],
"belongBuildingIds": [
"string"
]
},
"workStatus": "ON_WORK",
"withOrgInfo": false,
"queryDeleted": false,
"keyword": "string"
}curl --location --request POST '/user/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectIds": [
"string"
],
"projectIdRanges": [
"string"
],
"underProjectIds": [
"string"
],
"orgIds": [
"string"
],
"positionIds": [
"string"
],
"positionCategoryIds": [
"string"
],
"personIds": [
"string"
],
"accountIds": [
"string"
],
"phones": [
"string"
],
"majorSkillCodes": [
"string"
],
"duties": [
"string"
],
"instanceIds": [
"string"
],
"manageRangeQuery": {
"projectId": "string",
"instanceIds": [
"string"
],
"dealMajorIds": [
0
],
"positionRelLimit": "new HashSet<>()",
"classCodes": [
"string"
],
"belongBuildingIds": [
"string"
]
},
"workStatus": "ON_WORK",
"withOrgInfo": false,
"queryDeleted": false,
"keyword": "string"
}'[
{
"id": "",
"name": "",
"mobileNum": "",
"email": "",
"gender": "",
"birthday": "",
"workStatus": "",
"majorSkills": [
{
"code": "",
"name": ""
}
],
"accountId": "",
"accountName": "",
"permanentValidity": false,
"effectiveTime": "",
"isDeleted": false,
"organizationPositionVos": [
{
"id": "",
"name": "",
"parentId": "",
"independence": false,
"orgTypeStruct": {
"code": "",
"name": ""
},
"directProject": "",
"customProject": {
"businessOpeningTime": "",
"productLine": {
"code": "",
"name": ""
},
"countryCode": "",
"provinceCode": "",
"cityCode": "",
"totalArea": 0.0,
"publicArea": 0.0,
"rentedArea": 0.0,
"undergroundGarageArea": 0.0
},
"manageAttribute": [
{
"code": "",
"name": ""
}
],
"fillCarbon": false,
"provinceCode": "",
"cityCode": "",
"officeArea": 0.0,
"groupCode": "",
"createTime": "",
"allParentNames": [
""
],
"positionVos": [
{
"id": "",
"name": "",
"dutyStructs": [
{
"code": "",
"name": ""
}
],
"customize": false,
"orgId": "",
"orgName": "",
"positionCategoryId": "",
"positionCategoryName": "",
"positionCategoryPath": ""
}
]
}
]
}
]