Zoom · Example Payload

Zoom Meeting Registrant Create Response Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Top-level fields

idregistrant_idstart_timetopicjoin_urlparticipant_pin_code

Example Payload

Raw ↑
{
  "id": "abc123",
  "registrant_id": "500123",
  "start_time": "example_value",
  "topic": "example_value",
  "join_url": "https://www.example.com",
  "participant_pin_code": 10
}