Attendees Object ​
id
string
The unique identifier for an attendee
name
string
Name of the attendee
email
string
Email of the attendee
is_host
boolean
Whether the attendee is the host of the meeting
type
string
Type of the attendee. Can be either user or guest.
meeting
object
The attendee's meeting
id
string
The unique identifier for a meeting
start_time
string · date-time
Time when the participant first joined the meeting in ISO 8601 format
end_time
string · date-time
Time when the participant left the meeting for the last time in ISO 8601 format
remote_data
object
Raw data returned from the remote API call.