v12

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

post/humanresources.employee.subordinates

Request body

idinteger required
selectstring[]

Example request

{
  "id": 1,
  "select": [
    "userId",
    "name",
    "workPosition",
    "avatar",
    "url",
    "departments",
    "teams"
  ]
}

Response

Success response

resultobject