v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Hiring Team Role

hiringTeamRole.list

Lists the possible hiring team roles in an organization

Requires the organizationRead permission.

post/hiringTeamRole.list

Request body

namesOnlyboolean required

When set to true (the default), an array of role titles is returned. When set to false, an array of objects that include the id and title of the role is returned.

Response

Responses from the hiringTeamRole.list endpoint

OR

Example response

{
  "success": true,
  "results": [
    "Recruiter"
  ]
}