| Name | Type | Description | Notes |
|---|---|---|---|
| id | str, none_type | Unique identifier for the attendee | [optional] [readonly] |
| name | str, none_type | Full name of the attendee | [optional] |
| first_name | str, none_type | First name of the attendee | [optional] |
| middle_name | str, none_type | Middle name of the attendee | [optional] |
| last_name | str, none_type | Last name of the attendee | [optional] |
| prefix | str, none_type | Prefix of the attendee | [optional] |
| suffix | str, none_type | Suffix of the attendee | [optional] |
| email_address | str, none_type | Email address of the attendee | [optional] |
| is_organizer | bool, none_type | Whether the attendee is the organizer of the activity | [optional] |
| status | str, none_type | Status of the attendee | [optional] |
| user_id | str, none_type | The identifier for a related user | [optional] [readonly] |
| contact_id | str, none_type | The identifier for a related contact | [optional] [readonly] |
| updated_at | datetime, none_type | The last time the attendee was updated (ISO 8601) | [optional] [readonly] |
| created_at | datetime, none_type | The time the attendee was created (ISO 8601) | [optional] [readonly] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.