{
"tenantId": 0,
"orgId": 0,
"userId": 0
}curl --location '/api/user/childrenOrgUser' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"orgId": 0,
"userId": 0
}'{
"success": true,
"message": "string",
"errorCode": "string",
"errorMsg": null,
"requestID": "string",
"total": 0,
"data": [
{
"orgId": 0,
"orgName": "string",
"taxCode": "string",
"orgCategory": "string",
"children": [
{
"orgId": 0,
"orgName": "string",
"taxCode": "string",
"check": true,
"orgCategory": "string",
"children": [
{
"orgId": 0,
"orgName": "string",
"taxCode": "string",
"check": true,
"orgCategory": "string",
"users": [
{
"userAccount": null,
"userName": "string",
"userId": 0,
"orgId": null,
"tenantId": null
}
]
}
],
"users": [
{
"userAccount": null,
"userName": "string",
"userId": 0,
"orgId": null,
"tenantId": null
}
]
}
],
"users": [
{
"userName": "string",
"userId": 0,
"userFlag": "string"
}
]
}
]
}