cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZOOM_UPDATE_MEETING' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZOOM_UPDATE_MEETING", "parameters": { "meetingId": "<string>", "topic": "<string>", "startTime": "<string>", "duration": "<string>", "timezone": "<string>", "agenda": "<string>" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Meeting ID : The ID of the Meeting to update.
Topic (example: "Meeting name")
Start Time : Meeting start time (ISO 8601 timestamp). (example: "2020-03-31T12:02:00Z")
Duration : Meeting duration in minutes. (example: "60")
Timezone : Timezone for the meeting’s start time. See Zoom’s timezone (https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list for reference. (example: "America/Los_Angeles")
Agenda : Meeting description.
Success
Was this page helpful?