createRecordingRegistrant.Rd
Cloud Recordings of past Zoom Meetings can be made ondemand https://support.zoom.us/hc/enus/articles/360000488283OndemandRecordings . Users should be registered https://marketplace.zoom.us/docs/apireference/zoomapi/cloudrecording/meetingrecordingregistrantcreate to view these recordings.Use this API to register a user to gain access to **Ondemand Cloud Recordings** of a past meeting.**Scopes:** recording:write:admin, recording:write. ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
createRecordingRegistrant(meetingId, return_response = F)
meetingId | The meeting ID in **long** format. The data type of this field is "long" represented as int64 in JSON .While storing it in your database, store it as a **long** data type and **not as an integer**, as the Meeting IDs can be longer than 10 digits. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |