Zoom · Example Payload

Zoom Meeting Participant Example

ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars

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

Top-level fields

iduser_idnameuser_emailjoin_timeleave_timedurationregistrant_idfailoverstatus

Example Payload

Raw ↑
{
  "id": "abc123",
  "user_id": "500123",
  "name": "Example Title",
  "user_email": "user@example.com",
  "join_time": "example_value",
  "leave_time": "example_value",
  "duration": 10,
  "registrant_id": "500123",
  "failover": true,
  "status": "example_value"
}