---
title: "Invite attendees to an event"
method: POST
path: "/Event/Attendees"
tags: ["Event"]
---

# Invite attendees to an event

`POST /Event/Attendees`

**Requires permission:** *StaffMember*

Adds the given attendees (as Invited) to an event and emails/notifies them an invitation. Only an owner of the event may invite.

## Request body

- PostInviteAttendeesRequest
  - `eventId` integer
  - `attendees` EventAttendee[], nullable
    - `id` integer
    - `eventId` integer
    - `email` string
    - `name` string
    - `type` 0 | 1 | 2 | 3 | 4 | 5
    - `department` string, nullable
    - `sessions` string, nullable
    - `dateAnswered` string, date-time, nullable
    - `officeEventId` string, nullable
    - `sharedWith` 0 | 1 | 2
  - `message` string, nullable

## Response `200`

Attendees Invited

## Other responses

- `204` — No Content
- `400` — An Error Occurred - See Errors
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
