Type Alias ReportsGetWebinarParticipantReportsResponse
ReportsGetWebinarParticipantReportsResponse: {
next_page_token?: string;
page_count?: number;
page_size?: number;
total_records?: number;
} & {
participants?: {
bo_mtg_id?: string;
customer_key?: string;
duration?: number;
failover?: boolean;
id?: string;
join_time?: string;
leave_time?: string;
name?: string;
participant_user_id?: string;
registrant_id?: string;
status?: string;
user_email?: string;
user_id?: string;
}[];
}