v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Interviewer Pool

interviewerPool.restore

Restores an archived interviewer pool.

Requires the hiringProcessMetadataWrite permission.

post/interviewerPool.restore

Request body

interviewerPoolIdstring uuid required

The id of the interviewer pool to restore

Example request

{
  "interviewerPoolId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the interviewerPool.restore endpoint

OR

Example response

{
  "success": true,
  "results": {
    "id": "2d8bb563-9ca2-47cd-a41c-d82dc0688508",
    "title": "Zod Create QA 2026-04-24 0035",
    "isArchived": false,
    "trainingPath": {
      "id": "99a059b6-121b-4e91-877d-720d4a12585a",
      "enabled": true,
      "trainingStages": [
        {
          "id": "8182b3d8-e224-4c4f-8827-ed96cd860878",
          "interviewerRole": "Shadow",
          "interviewsRequired": 1,
          "isArchived": false,
          "approvalRequired": false,
          "approvers": null
        },
        {
          "id": "037b5ae3-8901-4380-99f7-ac403d494d7f",
          "interviewerRole": "ReverseShadow",
          "interviewsRequired": 1,
          "isArchived": false,
          "approvalRequired": false,
          "approvers": null
        }
      ]
    }
  }
}