humanresources
post/humanresources.employee.search
Request body
Example request
{
"select": [
"userId",
"name",
"workPosition",
"avatar",
"url",
"departments",
"teams"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response