Teams

List an interviewer's teams

Retrieve the teams this interviewer is currently assigned to.

get/api/v2/postings/{posting_id}/teams

Path parameters

posting_idstring required

Headers

X-API-KEYstring nullable
Authorizationstring nullable
X-Workspace-Idstring nullable

Response

Successful Response

Example response

{
  "data": [
    {
      "team_id": "team_abc123",
      "name": "Engineering"
    }
  ]
}

Changes

Changed in 1 of the 3 revisions of this API.1