---
title: "/voterRegistrationBatches/{batchId}/people"
method: POST
path: "/voterRegistrationBatches/{batchId}/people"
---

# /voterRegistrationBatches/{batchId}/people

`POST /voterRegistrationBatches/{batchId}/people`

Add Registrants to a Voter Registration Batch

*Description*

Use this endpoint to submit up to 25 registrants to a Voter Registration Batch. Fields published via `POST /voterRegistrationBatches` should be specified in CustomProperties.

## Path parameters

- `batchId` integer, required

## Request body

- object
  - `_` object[]
    - `alternateId` string — A Unique Identifier, for your reference only. Value is not stored in the database.
    - `person` object — Required; A [Person](https://everyaction.readme.io/reference#common-models) object which describes the registrant.
      - `vanId` string
    - `customProperties` object[] — An array of Supported Fields objects.
      - `key` string
      - `value` string

## Response `200`

200

- object[]
  - `alternateId` string
  - `vanId` string
  - `result` string
  - `errors` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/ngpvan/apis/van-crm.md) · [All operations](https://skmtc.net/ngpvan/apis/van-crm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngpvan/van-crm/revisions/f9adfdbb3c56/schema)
