Zoom · JSON Structure

Zoom Meeting Registrant Create Response Structure

Type: object Properties: 6
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

RegistrantCreateResponse 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

id registrant_id start_time topic join_url participant_pin_code

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RegistrantCreateResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "registrant_id": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "join_url": {
      "type": "string"
    },
    "participant_pin_code": {
      "type": "integer"
    }
  }
}