Added

dd1851ed0fa40cd9e12c98453d3898b839241ae0

GET /v3/email_templates

  • Added: identity_verification_persona_request as a valid value for the notification_category filter and the response's email_type field.

PATCH /v3/jobs/{id}

  • Added: ignore_custom_field_requirements on the request body — a null value sent for a required field clears it instead of failing the request. Restricted to integration service-account credentials.
  • Added: ignore_approver_permission_check on the request body, to skip the check that a user set as a job or offer approver via custom_fields has permission to view/edit the job. Restricted to integration service-account credentials.

POST /v3/jobs

  • Added: ignore_custom_field_requirements on the request body, to skip validation that required job custom fields have a value. Restricted to integration service-account credentials.
  • Added: ignore_approver_permission_check on the request body, to skip the check that a user set as a job or offer approver via custom_fields has permission to view/edit the job. Restricted to integration service-account credentials.

POST /v3/jobs/bulk

  • Added: ignore_custom_field_requirements on each item in data, to skip validation that required job custom fields have a value. Restricted to integration service-account credentials.
  • Added: ignore_approver_permission_check on each item in data, to skip the check that a user set as a job or offer approver via custom_fields has permission to view/edit the job. Restricted to integration service-account credentials.