---
title: "Invitees"
method: GET
path: "/public/api/events/{id}/invitees"
tags: ["Events"]
---

# Invitees

`GET /public/api/events/{id}/invitees`

Export list of invitees of an event.

| Field       | Format | Description                               |
|-------------|--------|-------------------------------------------|
| user_id     | string | id of the user                            |
| username    | string | username of the user                      |
| email       | string | email of the user                         |
| first_name  | string | first name of the user                    |
| last_name   | string | last name of the user                     |
| attendance  | string | attendance status of the user:<br>• `null` if no answer from user<br>• `join`<br>• `maybe`<br>• `decline` |

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `name` string
  - `type` string
  - `priority` number
  - `nextRunAt` string
  - `_id` string

---

[API](https://skmtc.net/yoobic/apis/yoobic-public-api.md) · [All operations](https://skmtc.net/yoobic/apis/yoobic-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoobic/yoobic-public-api/revisions/32c70b809354/schema)
