---
title: "Add applicants to event pool"
method: POST
path: "/events/{eventId}/applicants"
tags: ["events"]
---

# Add applicants to event pool

`POST /events/{eventId}/applicants`

Use this endpoint to add applicants event applicants pool.

## Path parameters

- `eventId` string, uuid, required

## Request body

- AddApplicantsRequest
  - `applicantIds` string[], required

## Response `204`

When applicants were added successfully

- ApplicantSummary
  - `id` string, uuid
  - `applicationId` string, uuid
  - `createdAt` string, date-time

## Other responses

- `400` — Returned when a request is not valid.
- `401` — Returned when a request was not authenticated.
- `403` — Returned when a caller is not authorized to perform the request.
- `404` — Returned when event do not exists

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
