AttendeeTypes
Retrieves all attendee types and their related configuration information. Only supports company access tokens.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the attendee type. | |
| Code | String | A code that indicates the type of attendee. Examples: EMPLOYEE, SPOUSE, BUSGUEST. | |
| Name | String | The name for the attendee type. This name is unique. | |
| FormId | String | The unique identifier of the attendee form for this attendee type. | |
| FormName | String | The name of the attendee form configured for this attendee type. | |
| DuplicateSearchFields | String | JSON aggregate of the attendee search field IDs used by the Add Attendee user interface to detect possible duplicates. | |
| ExternalConnectorId | String | The unique identifier of the external connector data source for this attendee type. Absent from the response when not configured. | |
| IsPublic | Boolean | Indicates if attendees belonging to this attendee type are visible across users, regardless of ownership. | |
| IsDeleted | Boolean | Indicates if this attendee type is deleted. | |
| AllowManuallyEnteredAttendees | Boolean | Determines whether users are allowed to add attendees for this attendee type. | |
| AllowAttendeeCountEditing | Boolean | Determines whether users are allowed to edit the count for this attendee type. | |
| PermitAdds | Boolean | Indicates if users are allowed to add new attendees of this attendee type. | |
| IsActive | Boolean | Indicates if this attendee type is active. | |
| SearchPreference | String | The search preference for this attendee type. DS = Default Simple, DA = Default Advanced, AO = Advanced Only. | |
| SystemRecord | Boolean | Indicates if this attendee type is a system record. |