Update a Meeting
Update a recurring meeting series
URI Parameters
Unique identifier for the meeting to be updated. This parameter applies to meeting series and scheduled meetings. It doesn't apply to ended or in-progress meeting instances. Please note that currently meeting ID of a scheduled personal room meeting is not supported for this API.
Body Parameters
Meeting title. The title can be a maximum of 128 characters long.
Meeting agenda. The agenda can be a maximum of 1300 characters long.
Meeting password. Must conform to the site's password complexity settings. Read password management for details.
Date and time for the start of meeting in any ISO 8601 compliant format. start
cannot be before current date and time or after end
. Duration between start
and end
cannot be shorter than 10 minutes or longer than 24 hours. Refer to the Webex Meetings guide for more information about restrictions on updating date and time for a meeting. Please note that when a meeting is being updated, start
of the meeting will be accurate to minutes, not seconds or milliseconds. Therefore, if start
is within the same minute as the current time, start
will be adjusted to the upcoming minute; otherwise, start
will be adjusted with seconds and milliseconds stripped off. For instance, if the current time is 2022-03-01T10:32:16.657+08:00
, start
of 2022-03-01T10:32:28.076+08:00
or 2022-03-01T10:32:41+08:00
will be adjusted to 2022-03-01T10:33:00+08:00
, and start
of 2022-03-01T11:32:28.076+08:00
or 2022-03-01T11:32:41+08:00
will be adjusted to 2022-03-01T11:32:00+08:00
.
Date and time for the end of meeting in any ISO 8601 compliant format. end
cannot be before current date and time or before start
. Duration between start
and end
cannot be shorter than 10 minutes or longer than 24 hours. Refer to the Webex Meetings guide for more information about restrictions on updating date and time for a meeting. Please note that when a meeting is being updated, end
of the meeting will be accurate to minutes, not seconds or milliseconds. Therefore, end
will be adjusted with seconds and milliseconds stripped off. For instance, end
of 2022-03-01T11:52:28.076+08:00
or 2022-03-01T11:52:41+08:00
will be adjusted to 2022-03-01T11:52:00+08:00
.
Time zone in which meeting was originally scheduled (conforming with the IANA time zone database).
Meeting series recurrence rule (conforming with RFC 2445), applying only to meeting series. It doesn't apply to a scheduled meeting or an ended or ongoing meeting instance.
Whether or not meeting is recorded automatically.
Whether or not to allow any attendee with a host account on the target site to become a cohost when joining the meeting. The target site is specified by siteUrl
parameter when creating the meeting; if not specified, it's user's preferred site.
Whether or not to allow any attendee to join the meeting before the host joins the meeting.
Whether or not to allow any attendee to connect audio in the meeting before the host joins the meeting. This attribute is only applicable if the enabledJoinBeforeHost
attribute is set to true.
the number of minutes an attendee can join the meeting before the meeting start time and the host joins. This attribute is only applicable if the enabledJoinBeforeHost
attribute is set to true. Valid options are 0, 5, 10 and 15. Default is 0 if not specified.
Whether or not to exclude password from the meeting email invitation.
Whether or not to allow the meeting to be listed on the public calendar.
The number of minutes before the meeting begins, for sending an email reminder to the host.
It specifies how the people who aren't on the invite can join the unlocked meeting.
If the value of unlockedMeetingJoinSecurity
attribute is allowJoin
, people can join the unlocked meeting directly.
If the value of unlockedMeetingJoinSecurity
attribute is allowJoinWithLobby
, people will wait in the lobby until the host admits them.
If the value of unlockedMeetingJoinSecurity
attribute is blockFromJoin
, people can't join the unlocked meeting.
Unique identifier for a meeting session type for the user. This attribute is required while scheduling webinar meeting. All available meeting session types enabled for the user can be retrieved by List Meeting Session Types API.
Whether or not webcast view is enabled.
Password for panelists of a webinar meeting. Must conform to the site's password complexity settings. Read password management for details. If not specified, a random password conforming to the site's password rules will be generated automatically.
Whether or not to automatically lock the meeting after it starts.
The number of minutes after the meeting begins, for automatically locking it.
Whether or not to allow the first attendee of the meeting with a host account on the target site to become a cohost. The target site is specified by siteUrl
parameter when creating the meeting; if not specified, it's user's preferred site.
Whether or not to allow authenticated video devices in the meeting's organization to start or join the meeting without a prompt.
Whether or not to send emails to host and invitees. It is an optional field and default value is true.
Email address for the meeting host. This attribute should only be set if the user or application calling the API has the admin-level scopes. When used, the admin may specify the email of a user in a site they manage to be the meeting host.
URL of the Webex site which the meeting is updated on. If not specified, the meeting is created on user's preferred site. All available Webex sites and preferred site of the user can be retrieved by Get Site List
API.
Meeting registration. When this option is enabled, meeting invitee must register personal information in order to join the meeting. Meeting invitee will receive an email with a registration link for the registration. When the registration form has been submitted and approved, an email with a real meeting link will be received. By clicking that link the meeting invitee can join the meeting. Please note that meeting registration does not apply to a meeting when it's a recurring meeting with recurrence
field or it has no password, or the Join Before Host
option is enabled for the meeting. Read Register for a Meeting in Cisco Webex Meetings for details.
Whether or not meeting registration request is accepted automatically.
Whether or not registrant's first name is required for meeting registration. This option must always be true
.
Whether or not registrant's last name is required for meeting registration. This option must always be true
.
Whether or not registrant's email is required for meeting registration. This option must always be true
.
Whether or not registrant's job title is required for meeting registration.
Whether or not registrant's company name is required for meeting registration.
Whether or not registrant's 1st address is required for meeting registration.
Whether or not registrant's 2nd address is required for meeting registration.
Whether or not registrant's city is required for meeting registration.
Whether or not registrant's state is required for meeting registration.
Whether or not registrant's zip code is required for meeting registration.
Whether or not registrant's country or region is required for meeting registration.
Whether or not registrant's work phone number is required for meeting registration.
Whether or not registrant's fax number is required for meeting registration.
The maximum number of meeting registration. It only applies to meetings and will be ignored by webinars.
External keys created by an integration application in its own domain. They could be Zendesk ticket IDs, Jira IDs, Salesforce Opportunity IDs, etc. The integration application queries meetings by a key in its own domain. The maximum size of integrationTags
is 3 and each item of integrationTags
can be a maximum of 64 characters long. Please note that an empty or null integrationTags
will delete all existing integration tags for the meeting implicitly. Developer can update integration tags for a meetingSeries
but he cannot update it for a scheduledMeeting
or a meeting
instance.
Response Properties
Unique identifier for meeting. If it's a meeting series, the id
is used to identify the entire series; if it's a scheduled meeting from a series, the id
is used to identify that scheduled meeting; if it's a meeting instance that is happening or has happened, the id
is used to identify that instance.
Meeting number. This attribute applies to meeting series, scheduled meeting and meeting instance, but it does not apply to meeting instances which have ended.
Meeting title. This attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Meeting agenda. The agenda can be a maximum of 1300 characters long. This attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Meeting password. This attribute applies to meeting series, scheduled meeting and in-progress meeting instance, but it does not apply to meeting instances which have ended. It can be modified for meeting series or scheduled meeting by Update a Meeting
API.
8-digit numeric password to join meeting from audio and video devices. This attribute applies to meeting series, scheduled meeting and in-progress meeting instance, but it does not apply to meeting instances which have ended.
Meeting type.
Master of a scheduled series of meetings which consists of one or more scheduled meeting based on a recurrence
rule.
Instance from a master meeting series.
meeting instance that is actually happening or has happened.
Meeting state.
This state only applies to meeting series. It indicates that one or more future scheduled meeting exist for this meeting series.
This state only applies to scheduled meeting. It indicates that the meeting is scheduled in the future.
This state only applies to scheduled meeting. It indicates that this scheduled meeting is ready to start or join now.
This state only applies to meeting instance. It indicates that a locked meeting has been joined by participants, but no hosts have joined.
This state applies to meeting series and meeting instance. For meeting series, this state indicates that an instance of this series is happening now; for meeting instance, it indicates that the meeting has been joined and unlocked.
This state applies to scheduled meeting and meeting instance. For scheduled meeting, it indicates that this scheduled meeting was started and is now over; for meeting instance, this state indicates that this meeting instance has concluded.
This state only applies to scheduled meeting. It indicates that the meeting was scheduled in the past but never happened.
This state only applies to meeting series. It indicates that all scheduled meetings of this series have passed.
Time zone of start
and end
, conforming with the IANA time zone database.
Start time for meeting in ISO 8601 compliant format. If the meeting is a meeting series, start
is the date and time the first meeting of the series starts; if the meeting is a meeting series and current
filter is true, start
is the date and time the upcoming or ongoing meeting of the series starts; if the meeting is a scheduled meeting from a meeting series, start
is the date and time when that scheduled meeting starts; if the meeting is a meeting instance that has happened or is happening, start
is the date and time that instance actually starts. This attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
End time for meeting in ISO 8601 compliant format. If the meeting is a meeting series, end
is the date and time the first meeting of the series ends; if the meeting is a meeting series and current
filter is true, end
is the date and time the upcoming or ongoing meeting of the series ends; if the meeting is a scheduled meeting from a meeting series, end
is the date and time when that scheduled meeting ends; if the meeting is a meeting instance that has happened, end
is the date and time that instance actually ends; if a meeting intance is in progress, end
is not available. This attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Meeting series recurrence rule (conforming with RFC 2445), applying only to recurring meeting series. It does not apply to meeting series with only one scheduled meeting. This attribute can be modified for meeting series by Update a Meeting
API.
Unique identifier for meeting host. It's in the format of Base64Encode(ciscospark://us/PEOPLE/hostUserId
). For example, a hostUserId is 7BABBE99-B43E-4D3F-9147-A1E9D46C9CA0
, the actual value for it is Y2lzY29zcGFyazovL3VzL1BFT1BMRS83QkFCQkU5OS1CNDNFLTREM0YtOTE0Ny1BMUU5RDQ2QzlDQTA=
.
Display name for meeting host.
Email address for meeting host.
Key for joining meeting as host.
Site URL for the meeting.
Link to meeting information page where meeting client will be launched if the meeting is ready for start or join.
SIP address for callback from a video system.
IP address for callback from a video system.
Room ID of the associated Teams space. This attribute only applies to space meeting.
Whether or not meeting is recorded automatically. This attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Whether or not to allow any attendee with a host account on the target site to become a cohost when joining the meeting. The target site is specified by siteUrl
parameter when creating the meeting; if not specified, it's user's preferred site. The allowAnyUserToBeCoHost
attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Whether or not to allow any attendee to join the meeting before the host joins the meeting. The enabledJoinBeforeHost
attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Whether or not to allow any attendee to connect audio in the meeting before host joins the meeting. This attribute is only applicable if the enabledJoinBeforeHost
attribute is set to true. The enableConnectAudioBeforeHost
attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
the number of minutes an attendee can join the meeting before the meeting start time and the host joins. This attribute is only applicable if the enabledJoinBeforeHost
attribute is set to true. The joinBeforeHostMinutes
attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API. Valid options are 0, 5, 10 and 15. Default is 0 if not specified.
Whether or not to exclude password from the meeting email invitation.
Whether or not to allow the meeting to be listed on the public calendar.
The number of minutes before the meeting begins, for sending an email reminder to the host.
It specifies how the people who aren't on the invite can join the unlocked meeting.
If the value of unlockedMeetingJoinSecurity
attribute is allowJoin
, people can join the unlocked meeting directly.
If the value of unlockedMeetingJoinSecurity
attribute is allowJoinWithLobby
, people will wait in the lobby until the host admits them.
If the value of unlockedMeetingJoinSecurity
attribute is blockFromJoin
, people can't join the unlocked meeting.
Unique identifier for a meeting session type for the user. This attribute is required while scheduling a webinar meeting. All available meeting session types enabled for the user can be retrieved by List Meeting Session Types API.
It specifies whether it's a regular meeting, a webinar, or a meeting scheduled in the user's personal room.
If the value of scheduledType
attribute is meeting
, it is a regular meeting.
If the value of scheduledType
attribute is webinar
, it is a webinar meeting.
If the value of scheduledType
attribute is personalRoomMeeting
, it is a meeting scheduled in the user's personal room.
Whether or not webcast view is enabled.
Password for panelists of a webinar meeting. Must conform to the site's password complexity settings. Read password management for details. If not specified, a random password conforming to the site's password rules will be generated automatically.
8-digit numeric panelist password to join a webinar meeting from audio and video devices.
Whether or not to automatically lock the meeting after it starts.
The number of minutes after the meeting begins, for automatically locking it.
Whether or not to allow the first attendee of the meeting with a host account on the target site to become a cohost. The target site is specified by siteUrl
parameter when creating the meeting; if not specified, it's user's preferred site. The allowFirstUserToBeCoHost
attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Whether or not to allow authenticated video devices in the meeting's organization to start or join the meeting without a prompt. This attribute can be modified for meeting series or scheduled meeting by Update a Meeting
API.
Information for callbacks from meeting to phone or for joining a teleconference using a phone.
Code for authenticating a user to join teleconference. Users join the teleconference using the call-in number or the global call-in number, followed by the value of the accessCode
.
Array of call-in numbers for joining teleconference from a phone.
Label for call-in number.
Call-in number to join teleconference from a phone.
Type of toll for the call-in number.
HATEOAS information of global call-in numbers for joining teleconference from a phone.
Meeting registration. When this option is enabled, meeting invitee must register personal information in order to join the meeting. Meeting invitee will receive an email with a registration link for the registration. When the registration form has been submitted and approved, an email with a real meeting link will be received. By clicking that link the meeting invitee can join the meeting. Please note that meeting registration does not apply to a meeting when it's a recurring meeting with recurrence
field or it has no password, or the Join Before Host
option is enabled for the meeting. Read Register for a Meeting in Cisco Webex Meetings for details.
Whether or not meeting registration request is accepted automatically.
Whether or not registrant's first name is required for meeting registration.
Whether or not registrant's last name is required for meeting registration.
Whether or not registrant's email is required for meeting registration.
Whether or not registrant's job title is required for meeting registration.
Whether or not registrant's company name is required for meeting registration.
Whether or not registrant's 1st address is required for meeting registration.
Whether or not registrant's 2nd address is required for meeting registration.
Whether or not registrant's city is required for meeting registration.
Whether or not registrant's state is required for meeting registration.
Whether or not registrant's zip code is required for meeting registration.
Whether or not registrant's country or region is required for meeting registration.
Whether or not registrant's work phone number is required for meeting registration.
Whether or not registrant's fax number is required for meeting registration.
The maximum number of meeting registration. It only applies to meetings and will be ignored by webinars.
External keys created by an integration application in its own domain. They could be Zendesk ticket IDs, Jira IDs, Salesforce Opportunity IDs, etc.
Response Codes
The list below describes the common success and error responses you should expect from the API.
Code | Status | Description |
---|---|---|
200 | OK | Successful request with body content. |
204 | No Content | Successful request without body content. |
400 | Bad Request | The request was invalid or cannot be otherwise served. An accompanying error message will explain further. |
401 | Unauthorized | Authentication credentials were missing or incorrect. |
403 | Forbidden | The request is understood, but it has been refused or access is not allowed. |
404 | Not Found | The URI requested is invalid or the resource requested, such as a user, does not exist. Also returned when the requested format is not supported by the requested method. |
405 | Method Not Allowed | The request was made to a resource using an HTTP request method that is not supported. |
409 | Conflict | The request could not be processed because it conflicts with some established rule of the system. For example, a person may not be added to a room more than once. |
410 | Gone | The requested resource is no longer available. |
415 | Unsupported Media Type | The request was made to a resource without specifying a media type or used a media type that is not supported. |
423 | Locked | The requested resource is temporarily unavailable. A Retry-After header may be present that specifies how many seconds you need to wait before attempting the request again. |
428 | Precondition Required | File(s) cannot be scanned for malware and need to be force downloaded. |
429 | Too Many Requests | Too many requests have been sent in a given amount of time and the request has been rate limited. A Retry-After header should be present that specifies how many seconds you need to wait before a successful request can be made. |
500 | Internal Server Error | Something went wrong on the server. If the issue persists, feel free to contact the Webex Developer Support team. |
502 | Bad Gateway | The server received an invalid response from an upstream server while processing the request. Try again later. |
503 | Service Unavailable | Server is overloaded with requests. Try again later. |
504 | Gateway Timeout | An upstream server failed to respond on time. If your query uses max parameter, please try to reduce it. |
Header
Body
- titlestringRequiredMeeting title. The title can be a maximum of 128 characters long.
- agendastringMeeting agenda. The agenda can be a maximum of 1300 characters long.
- passwordstringRequiredMeeting password. Must conform to the site's password complexity settings. Read [password management](https://help.webex.com/en-us/zrupm6/Manage-Security-Options-for-Your-Site-in-Webex-Site-Administration) for details.
- startstringRequiredDate and time for the start of meeting in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `start` cannot be before current date and time or after `end`. Duration between `start` and `end` cannot be shorter than 10 minutes or longer than 24 hours. Refer to the [Webex Meetings](/docs/meetings#restrictions-on-updating-a-meeting) guide for more information about restrictions on updating date and time for a meeting. Please note that when a meeting is being updated, `start` of the meeting will be accurate to minutes, not seconds or milliseconds. Therefore, if `start` is within the same minute as the current time, `start` will be adjusted to the upcoming minute; otherwise, `start` will be adjusted with seconds and milliseconds stripped off. For instance, if the current time is `2022-03-01T10:32:16.657+08:00`, `start` of `2022-03-01T10:32:28.076+08:00` or `2022-03-01T10:32:41+08:00` will be adjusted to `2022-03-01T10:33:00+08:00`, and `start` of `2022-03-01T11:32:28.076+08:00` or `2022-03-01T11:32:41+08:00` will be adjusted to `2022-03-01T11:32:00+08:00`.
- endstringRequiredDate and time for the end of meeting in any [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) compliant format. `end` cannot be before current date and time or before `start`. Duration between `start` and `end` cannot be shorter than 10 minutes or longer than 24 hours. Refer to the [Webex Meetings](/docs/meetings#restrictions-on-updating-a-meeting) guide for more information about restrictions on updating date and time for a meeting. Please note that when a meeting is being updated, `end` of the meeting will be accurate to minutes, not seconds or milliseconds. Therefore, `end` will be adjusted with seconds and milliseconds stripped off. For instance, `end` of `2022-03-01T11:52:28.076+08:00` or `2022-03-01T11:52:41+08:00` will be adjusted to `2022-03-01T11:52:00+08:00`.
- timezonestringTime zone in which meeting was originally scheduled (conforming with the [IANA time zone database](https://www.iana.org/time-zones)).
- recurrencestringMeeting series recurrence rule (conforming with [RFC 2445](https://www.ietf.org/rfc/rfc2445.txt)), applying only to meeting series. It doesn't apply to a scheduled meeting or an ended or ongoing meeting instance.
- enabledAutoRecordMeetingbooleanWhether or not meeting is recorded automatically.
- allowAnyUserToBeCoHostbooleanWhether or not to allow any attendee with a host account on the target site to become a cohost when joining the meeting. The target site is specified by `siteUrl` parameter when creating the meeting; if not specified, it's user's preferred site.
- enabledJoinBeforeHostbooleanWhether or not to allow any attendee to join the meeting before the host joins the meeting.
- enableConnectAudioBeforeHostbooleanWhether or not to allow any attendee to connect audio in the meeting before the host joins the meeting. This attribute is only applicable if the `enabledJoinBeforeHost` attribute is set to true.
- joinBeforeHostMinutesnumberthe number of minutes an attendee can join the meeting before the meeting start time and the host joins. This attribute is only applicable if the `enabledJoinBeforeHost` attribute is set to true. Valid options are 0, 5, 10 and 15. Default is 0 if not specified.
- excludePasswordbooleanWhether or not to exclude password from the meeting email invitation.
- publicMeetingbooleanWhether or not to allow the meeting to be listed on the public calendar.
- reminderTimenumberThe number of minutes before the meeting begins, for sending an email reminder to the host.
- unlockedMeetingJoinSecurityenumIt specifies how the people who aren't on the invite can join the unlocked meeting.
- sessionTypeIdnumberUnique identifier for a meeting session type for the user. This attribute is required while scheduling webinar meeting. All available meeting session types enabled for the user can be retrieved by [List Meeting Session Types](/docs/api/v1/meetings/list-meeting-session-types) API.
- enabledWebcastViewbooleanWhether or not webcast view is enabled.
- panelistPasswordstringPassword for panelists of a webinar meeting. Must conform to the site's password complexity settings. Read [password management](https://help.webex.com/en-us/zrupm6/Manage-Security-Options-for-Your-Site-in-Webex-Site-Administration) for details. If not specified, a random password conforming to the site's password rules will be generated automatically.
- enableAutomaticLockbooleanWhether or not to automatically lock the meeting after it starts.
- automaticLockMinutesnumberThe number of minutes after the meeting begins, for automatically locking it.
- allowFirstUserToBeCoHostbooleanWhether or not to allow the first attendee of the meeting with a host account on the target site to become a cohost. The target site is specified by `siteUrl` parameter when creating the meeting; if not specified, it's user's preferred site.
- allowAuthenticatedDevicesbooleanWhether or not to allow authenticated video devices in the meeting's organization to start or join the meeting without a prompt.
- sendEmailbooleanWhether or not to send emails to host and invitees. It is an optional field and default value is true.
- hostEmailstringEmail address for the meeting host. This attribute should only be set if the user or application calling the API has the admin-level scopes. When used, the admin may specify the email of a user in a site they manage to be the meeting host.
- siteUrlstringURL of the Webex site which the meeting is updated on. If not specified, the meeting is created on user's preferred site. All available Webex sites and preferred site of the user can be retrieved by `Get Site List` API.
- registrationobjectMeeting registration. When this option is enabled, meeting invitee must register personal information in order to join the meeting. Meeting invitee will receive an email with a registration link for the registration. When the registration form has been submitted and approved, an email with a real meeting link will be received. By clicking that link the meeting invitee can join the meeting. Please note that meeting registration does not apply to a meeting when it's a recurring meeting with `recurrence` field or it has no password, or the `Join Before Host` option is enabled for the meeting. Read [Register for a Meeting in Cisco Webex Meetings](https://help.webex.com/en-us/nmgmeff/Register-for-a-Meeting-in-Cisco-Webex-Meetings) for details.
- integrationTagsarrayExternal keys created by an integration application in its own domain. They could be Zendesk ticket IDs, Jira IDs, Salesforce Opportunity IDs, etc. The integration application queries meetings by a key in its own domain. The maximum size of `integrationTags` is 3 and each item of `integrationTags` can be a maximum of 64 characters long. Please note that an empty or null `integrationTags` will delete all existing integration tags for the meeting implicitly. Developer can update integration tags for a `meetingSeries` but he cannot update it for a `scheduledMeeting` or a `meeting` instance.
{ "title": "Example Daily Meeting Modified", "agenda": "Example Agenda Modified", "password": "P@ssword789", "timezone": "Asia/Shanghai", "start": "2020-01-27T20:30:00+08:00", "end": "2020-01-27T21:30:00+08:00", "enabledAutoRecordMeeting": true, "allowAnyUserToBeCoHost": true, "enabledJoinBeforeHost": true, "enableConnectAudioBeforeHost": true, "joinBeforeHostMinutes": 5, "excludePassword": false, "publicMeeting": false, "reminderTime": 30, "unlockedMeetingJoinSecurity": "allowJoin", "enableAutomaticLock": false, "automaticLockMinutes": 0, "allowFirstUserToBeCoHost": false, "allowAuthenticatedDevices": true, "sendEmail": true, "hostEmail": "john.andersen@example.com", "siteUrl": "site4-example.webex.com", "registration": { "requireFirstName": "true", "requireLastName": "true", "requireEmail": "true", "requireCompanyName": "true", "requireCountryRegion": "true", "requireWorkPhone": "true" }, "integrationTags": [ "dbaeceebea5c4a63ac9d5ef1edfe36b9", "85e1d6319aa94c0583a6891280e3437d", "27226d1311b947f3a68d6bdf8e4e19a1" ] }
{ "id": "1d824a4a205042eba9574e00b711b226_20200127T120000Z", "meetingSeriesId": "1d824a4a205042eba9574e00b711b226", "meetingNumber": "123456789", "title": "Example Daily Meeting Modified", "agenda": "Example Agenda Modified", "password": "P@ssword789", "phoneAndVideoSystemPassword": "12345678", "meetingType": "scheduledMeeting", "state": "scheduled", "isModified": true, "timezone": "Asia/Shanghai", "start": "2020-01-27T20:30:00+08:00", "end": "2020-01-27T21:30:00+08:00", "hostUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jN2ZkNzNmMi05ZjFlLTQ3ZjctYWEwNS05ZWI5OGJiNjljYzY", "hostDisplayName": "John Andersen", "hostEmail": "john.andersen@example.com", "hostKey": "123456", "siteUrl": "site4-example.webex.com", "webLink": "https://site4-example.webex.com/site4/j.php?MTID=m31a1db24db78ac569f739e0cfb2741c1", "sipAddress": "123456789@site4-example.webex.com", "dialInIpAddress": "192.168.100.100", "enabledAutoRecordMeeting": true, "allowAnyUserToBeCoHost": true, "enabledJoinBeforeHost": true, "enableConnectAudioBeforeHost": true, "joinBeforeHostMinutes": 5, "excludePassword": false, "publicMeeting": false, "reminderTime": 30, "unlockedMeetingJoinSecurity": "allowJoin", "sessionTypeId": 3, "enableAutomaticLock": false, "automaticLockMinutes": 0, "allowFirstUserToBeCoHost": false, "allowAuthenticatedDevices": true, "telephony": { "accessCode": "1234567890", "callInNumbers": [ { "label": "US Toll", "callInNumber": "123456789", "tollType": "toll" } ], "links": [ { "rel": "globalCallinNumbers", "href": "/api/v1/meetings/1d824a4a205042eba9574e00b711b226_20200127T120000Z/globalCallinNumbers", "method": "GET" } ] }, "registration": { "autoAcceptRequest": "false", "requireFirstName": "true", "requireLastName": "true", "requireEmail": "true", "requireJobTitle": "false", "requireCompanyName": "true", "requireAddress1": "false", "requireAddress2": "false", "requireCity": "false", "requireState": "false", "requireZipCode": "false", "requireCountryRegion": "true", "requireWorkPhone": "true", "requireFax": "false" }, "integrationTags": [ "dbaeceebea5c4a63ac9d5ef1edfe36b9", "85e1d6319aa94c0583a6891280e3437d", "27226d1311b947f3a68d6bdf8e4e19a1" ], "scheduledType": "meeting" }