---
title: "Adds an attendee to a teaching event."
method: POST
path: "/api/teaching_events/attendees"
tags: ["Teaching Events"]
---

# Adds an attendee to a teaching event.

`POST /api/teaching_events/attendees`

If the `CandidateId` is specified then the existing candidate will be 
                registered for the event, otherwise a new candidate will be created.

## Request body

- TeachingEventAddAttendee
  - `candidateId` string, uuid, nullable
  - `qualificationId` string, uuid, nullable
  - `eventId` string, uuid, required
  - `channelId` integer, nullable
  - `creationChannelSourceId` integer, nullable
  - `creationChannelServiceId` integer, nullable
  - `creationChannelActivityId` integer, nullable
  - `acceptedPolicyId` string, uuid, required
  - `preferredTeachingSubjectId` string, uuid, nullable
  - `considerationJourneyStageId` integer, nullable
  - `degreeStatusId` integer, nullable
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `addressPostcode` string, nullable
  - `addressTelephone` string, nullable
  - `isVerified` boolean
  - `isWalkIn` boolean
  - `subscribeToMailingList` boolean
  - `alreadySubscribedToEvents` boolean
  - `alreadySubscribedToMailingList` boolean
  - `alreadySubscribedToTeacherTrainingAdviser` boolean
  - `defaultContactCreationChannel` integer, nullable
  - `defaultCreationChannelSourceId` integer, nullable
  - `defaultCreationChannelServiceId` integer, nullable
  - `defaultCreationChannelActivityId` integer, nullable
  - `accessibilityNeedsForEvent` string, nullable

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1.md) · [All operations](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/get-into-teaching-api-v1/revisions/5d53dbaed560/schema)
