v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBCandidate Tag
candidateTag.create
Creates a candidate tag.
If a tag already exists with the given title, the existing tag will be returned.
Requires the hiringProcessMetadataWrite permission.
post/candidateTag.create
Request body
Example request
{
"title": "Strong candidate"
}Response
Responses from the candidateTag.create endpoint
Example response
{
"success": true,
"results": {
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Strong candidate",
"isArchived": false
}
}