Zoom · Example Payload

Zoom Meeting Participant List Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Participant List Example is an example object payload from Zoom, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

page_countpage_sizetotal_recordsnext_page_tokenparticipants

Example Payload

Raw ↑
{
  "page_count": 10,
  "page_size": 10,
  "total_records": 10,
  "next_page_token": "example_value",
  "participants": []
}