Zoom · JSON Structure

Zoom Meeting Registrant Create Request Structure

Type: object Properties: 19
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Properties

email first_name last_name address city state zip country phone comments industry job_title org no_of_employees purchasing_time_frame role_in_purchase_process language custom_questions auto_approve

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RegistrantCreateRequest",
  "type": "object",
  "properties": {
    "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"
    },
    "comments": {
      "type": "string"
    },
    "industry": {
      "type": "string"
    },
    "job_title": {
      "type": "string"
    },
    "org": {
      "type": "string"
    },
    "no_of_employees": {
      "type": "string"
    },
    "purchasing_time_frame": {
      "type": "string"
    },
    "role_in_purchase_process": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "custom_questions": {
      "type": "array"
    },
    "auto_approve": {
      "type": "boolean"
    }
  }
}