---
title: "Bulk Advance Multiple Applicants"
method: POST
path: "/v2/applicants/advance"
tags: ["Applicants"]
---

# Bulk Advance Multiple Applicants

`POST /v2/applicants/advance`

Advance multiple applicants within an opening

## Query parameters

- `stage_id` string, required

## Request body

- object
  - `ids` string[]
  - `funnel_id` string — Destination funnel's external id. If not provided, the applicant will stay in the current funnel.
  - `skip_automated_actions` boolean — Set `true` if you want to skip automated actions when advancing the applicant.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
