Removed

2026-05-01

GET /v3/interviews

  • Changed: An unrecognized status filter value no longer raises an error; it now returns an empty result set.

POST /v3/approval_flows/{id}/request_approvals

  • Added: An optional requested_by_user_id param to set which organization user is recorded as having requested the approval flow (defaults to the current user); returns a 422 if the user does not belong to the organization.
  • Removed: The requested_by_user_id param; the approval flow's requester is always set to the current authenticated user.

POST /v3/jobs

  • Changed: Required custom field validation is now skipped entirely when the custom_fields param is omitted from the request; when custom fields are provided, a required field is also considered satisfied if the target record already has an existing value for it.