v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBCustom Field
customField.create
Create a new custom field.
Requires the hiringProcessMetadataWrite permission.
post/customField.create
Request body
Response
Responses from the customField.create endpoint
Example response
{
"success": true,
"results": {
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Preferred Team",
"description": "A description of the custom field",
"objectType": "Application",
"isArchived": false,
"isPrivate": false,
"fieldType": "String",
"isRequired": false
}
}