{
"orgIds": [
"string"
]
}curl --location --request POST '/user/org-user-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgIds": [
"string"
]
}'[
{
"orgId": "",
"orgName": "",
"users": [
{
"id": "",
"name": "",
"mobileNum": "",
"email": "",
"gender": "",
"birthday": "",
"workStatus": "",
"accountId": "",
"majorSkillCode": [
""
],
"organizationSimpleVos": [
{
"id": "",
"name": "",
"allParentNames": [
""
]
}
]
}
]
}
]