{
"appId": "string",
"deptFlag": 0,
"orgId": "string",
"deptId": "string",
"notSpecialDeptList": [
"string"
],
"scope": "string",
"opFlagList": [
"string"
]
}curl --location --request POST '/hb-dept/user/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"deptFlag": 0,
"orgId": "string",
"deptId": "string",
"notSpecialDeptList": [
"string"
],
"scope": "string",
"opFlagList": [
"string"
]
}'{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"id": "",
"name": "",
"orgId": "",
"orgName": "",
"buildingId": "",
"buildingName": "",
"floor": 0,
"sectionId": "",
"sectionName": "",
"deptCategoryId": "",
"deptCategoryName": "",
"deptSubCategoryId": "",
"deptSubCategoryName": "",
"address": "",
"telephone": "",
"spellCode": "",
"strokeCode": "",
"orderNo": "",
"remark": "",
"deptFlag": 0,
"relationDepts": [
{
"": {}
}
],
"tagList": [
""
]
}
]
}