---
title: "Creates an enrolment."
method: POST
path: "/v2/programs/enrolments"
tags: ["ApiProgram"]
---

# Creates an enrolment.

`POST /v2/programs/enrolments`

Please note that your account can only call this a maximum of 20 times per hour, across all programs.

## Request body

- ApiProgramEnrolment
  - `id` string, guid
  - `programId` integer
  - `status` 'Processing' | 'Finished' | 'NotAvailableInThisVersion'
  - `dateCreated` string, date-time
  - `contacts` integer[], nullable
  - `addressBooks` integer[], nullable

## Response `201`

- ApiProgramEnrolment
  - `id` string, guid
  - `programId` integer
  - `status` 'Processing' | 'Finished' | 'NotAvailableInThisVersion'
  - `dateCreated` string, date-time
  - `contacts` integer[], nullable
  - `addressBooks` integer[], nullable

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
