{
"excludeOrg": [
"string"
],
"excludeUser": [
"string"
],
"limitNo": 0,
"postId": "string",
"postIds": [
"string"
],
"remainUser": [
"string"
]
}
curl --location --request POST '/admin/api/v1/judgesDraw/getExcludeUsers' \
--header 'Content-Type: application/json' \
--data-raw '{
"excludeOrg": [
"string"
],
"excludeUser": [
"string"
],
"limitNo": 0,
"postId": "string",
"postIds": [
"string"
],
"remainUser": [
"string"
]
}'
{
"code": "string",
"data": [
{
"employeeId": "string",
"employeeName": "string",
"employeeStatus": "string",
"isReceiveTask": 0,
"orgId": "string",
"orgName": "string",
"phone": "string",
"postName": "string"
}
],
"extendMap": {},
"message": "string",
"success": true,
"timestamp": 0,
"total": 0,
"traceId": "string"
}