Skip to content

Relationships

Schema relationships
graph LR
    Attendees -->|"user"| Users

Properties

emailstring

Email of the attendee

end_timestring · date-time

Time when the participant left the meeting for the last time in ISO 8601 format

idstring

The unique identifier for an attendee

is_hostboolean

Whether the attendee is the host of the meeting

meetingobject

The attendee's meeting

idstring

The unique identifier for a meeting

namestring

Name of the attendee

remote_dataRecord<string, any>

Raw data returned from the remote API call.

start_timestring · date-time

Time when the participant first joined the meeting in ISO 8601 format

typestring

Type of the attendee. Can be either user or guest.

userobject

The internal user account linked to this attendee, where the attendee is a known/authenticated user rather than a guest.

References: Users → id
idstring

The unique identifier for a user.