v12

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0118044135.0 KB
humanresources

post/humanresources.employee.search

Request body

selectstring[]
orderobject

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

All 180 operations