> ## 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.

# MeetingAttendee

> Schema for MeetingAttendee

<ResponseField name="displayName" type="String">
  Display name of the meeting attendee.
</ResponseField>

<ResponseField name="email" type="String">
  Email address of the meeting attendee.
</ResponseField>

<ResponseField name="phoneNumber" type="String">
  Phone number of the meeting attendee.
</ResponseField>

<ResponseField name="name" type="String">
  Full name of the meeting attendee.
</ResponseField>

<ResponseField name="location" type="String">
  Deprecated field
</ResponseField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="MeetingAttendance" icon="link" href="/schema/meeting-attendance">
    Schema for MeetingAttendance
  </Card>

  <Card title="Transcript" icon="link" href="/schema/transcript">
    Schema for Transcript
  </Card>
</CardGroup>
