---
title: "Retrieves a pre-populated TeachingEventAddAttendee for the candidate (allowing to proceed as unverified)."
method: POST
path: "/api/teaching_events/attendees/exchange_unverified_request"
tags: ["Teaching Events"]
---

# Retrieves a pre-populated TeachingEventAddAttendee for the candidate (allowing to proceed as unverified).

`POST /api/teaching_events/attendees/exchange_unverified_request`

Retrieves a pre-populated TeachingEventAddAttendee for the candidate. This mechanism should be used with caution
                        and the candidate should be treated as 'unverified' by the client.

## Request body

- ExistingCandidateRequest
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, email, required
  - `dateOfBirth` string, date-time, nullable
  - `reference` string, nullable

## Response `200`

OK

- 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

## Other responses

- `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/versions/5d53dbaed560/schema)
