Zoom · JSON Structure

Zoom Meeting Registrant Structure

Type: object Properties: 20
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Properties

id email first_name last_name address city state zip country phone industry org job_title purchasing_time_frame role_in_purchase_process no_of_employees comments status create_time join_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Registrant",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "industry": {
      "type": "string"
    },
    "org": {
      "type": "string"
    },
    "job_title": {
      "type": "string"
    },
    "purchasing_time_frame": {
      "type": "string"
    },
    "role_in_purchase_process": {
      "type": "string"
    },
    "no_of_employees": {
      "type": "string"
    },
    "comments": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "create_time": {
      "type": "string"
    },
    "join_url": {
      "type": "string"
    }
  }
}