> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fireflies.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Attendee

> Schema for Attendee

<ParamField path="displayName" type="String">
  Display name of the attendee as it appears in meeting platforms like Google Chat, Zoom, etc.
</ParamField>

<ParamField path="email" type="String">
  Email address of the attendee.

  Maximum length is 20 characters.
</ParamField>

<ParamField path="phoneNumber" type="String">
  Phone number of the attendee.
</ParamField>
