Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 956 Bytes

MeetingRegistrantCreate201Response.md

File metadata and controls

14 lines (11 loc) · 956 Bytes

# MeetingRegistrantCreate201Response

Properties

Name Type Description Notes
id int The meeting ID. [optional]
join_url string The URL the registrant can use to join the meeting. The API will not return this field if the meeting was created with the `approval_type` field value of `1` (manual approval). [optional]
registrant_id string The registrant's ID. [optional]
start_time \DateTime The meeting's start time. [optional]
topic string The meeting's topic. [optional]
occurrences \Zoom\Api\Model\Occurrence[] Array of occurrence objects. [optional]

[Back to Model list] [Back to API list] [Back to README]