teamtailor_get_candidate
Retrieve detailed information about a specific candidate using their unique ID through integration with the Teamtailor API, enabling efficient candidate management.
Instructions
Get a single candidate by their id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
candidateId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"candidateId": {
"type": "number"
}
},
"required": [
"candidateId"
],
"type": "object"
}