Zoom · Example Payload

Zoom Meeting Registrant Create Request Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

Zoom Meeting Registrant Create Request Example is an example object payload from Zoom, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

emailfirst_namelast_nameaddresscitystatezipcountryphonecommentsindustryjob_titleorgno_of_employeespurchasing_time_framerole_in_purchase_processlanguagecustom_questionsauto_approve

Example Payload

Raw ↑
{
  "email": "user@example.com",
  "first_name": "example_value",
  "last_name": "example_value",
  "address": "example_value",
  "city": "example_value",
  "state": "example_value",
  "zip": "example_value",
  "country": "example_value",
  "phone": "example_value",
  "comments": "example_value",
  "industry": "example_value",
  "job_title": "example_value",
  "org": "example_value",
  "no_of_employees": "example_value",
  "purchasing_time_frame": "example_value",
  "role_in_purchase_process": "example_value",
  "language": "example_value",
  "custom_questions": [],
  "auto_approve": true
}