Zoom · JSON Structure

Zoom Meeting Meeting Create Response Structure

Type: object Properties: 18
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Properties

uuid id host_id host_email topic status start_time duration timezone agenda created_at start_url join_url password h323_password pstn_password encrypted_password occurrences

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MeetingCreateResponse",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "host_id": {
      "type": "string"
    },
    "host_email": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "start_time": {
      "type": "string"
    },
    "duration": {
      "type": "integer"
    },
    "timezone": {
      "type": "string"
    },
    "agenda": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "start_url": {
      "type": "string"
    },
    "join_url": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "h323_password": {
      "type": "string"
    },
    "pstn_password": {
      "type": "string"
    },
    "encrypted_password": {
      "type": "string"
    },
    "occurrences": {
      "type": "array"
    }
  }
}