Zoom · Schema

ParticipantList

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Properties

Name Type Description
page_count integer
page_size integer
total_records integer
next_page_token string
participants array
View JSON Schema on GitHub

JSON Schema

zoom-meeting-participant-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ParticipantList",
  "type": "object",
  "properties": {
    "page_count": {
      "type": "integer"
    },
    "page_size": {
      "type": "integer"
    },
    "total_records": {
      "type": "integer"
    },
    "next_page_token": {
      "type": "string"
    },
    "participants": {
      "type": "array"
    }
  }
}