| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
?string | ➖ | Unique identifier for the attendee | 12345 |
name |
?string | ➖ | Full name of the attendee | Elon Musk |
firstName |
?string | ➖ | First name of the attendee | Elon |
middleName |
?string | ➖ | Middle name of the attendee | D. |
lastName |
?string | ➖ | Last name of the attendee | Musk |
prefix |
?string | ➖ | Prefix of the attendee | Mr. |
suffix |
?string | ➖ | Suffix of the attendee | PhD |
emailAddress |
?string | ➖ | Email address of the attendee | elon@musk.com |
isOrganizer |
?bool | ➖ | Whether the attendee is the organizer of the activity | true |
status |
?Components\ActivityAttendeeStatus | ➖ | Status of the attendee | accepted |
userId |
?string | ➖ | The identifier for a related user | 12345 |
contactId |
?string | ➖ | The identifier for a related contact | 12345 |
updatedAt |
\DateTime | ➖ | The last time the attendee was updated (ISO 8601) | 2017-08-12T20:43:21.291Z |
createdAt |
\DateTime | ➖ | The time the attendee was created (ISO 8601) | 2017-08-12T20:43:21.291Z |