Zoom · JSON Structure

Zoom Meeting Registrant List Structure

Type: object Properties: 6
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

RegistrantList is a JSON Structure definition published by Zoom, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

page_count page_number page_size total_records next_page_token registrants

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RegistrantList",
  "type": "object",
  "properties": {
    "page_count": {
      "type": "integer"
    },
    "page_number": {
      "type": "integer"
    },
    "page_size": {
      "type": "integer"
    },
    "total_records": {
      "type": "integer"
    },
    "next_page_token": {
      "type": "string"
    },
    "registrants": {
      "type": "array"
    }
  }
}