| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
OptionalNullable[str] | ➖ | Full name of the attendee | Elon Musk |
first_name |
OptionalNullable[str] | ➖ | First name of the attendee | Elon |
middle_name |
OptionalNullable[str] | ➖ | Middle name of the attendee | D. |
last_name |
OptionalNullable[str] | ➖ | Last name of the attendee | Musk |
prefix |
OptionalNullable[str] | ➖ | Prefix of the attendee | Mr. |
suffix |
OptionalNullable[str] | ➖ | Suffix of the attendee | PhD |
email_address |
OptionalNullable[str] | ➖ | Email address of the attendee | elon@musk.com |
is_organizer |
OptionalNullable[bool] | ➖ | Whether the attendee is the organizer of the activity | true |
status |
OptionalNullable[models.ActivityAttendeeStatus] | ➖ | Status of the attendee | accepted |