Use this API to create a meeting
for a user. For user-level apps, pass the me
value
instead of the userId
parameter.
start_url
value is the URL a host or an alternative host can use to start a meeting. The expiration time for the start_url
value is two hours for all regular users.custCreate
meeting hosts (users created with the custCreate
parameter via the Create users API), the expiration time of the start_url
parameter is 90 days from the generation of the start_url
.
Note:
For security reasons, the recommended way to programmatically (after expiry) get the updated start_url
value is to call the Get a meeting API.
Refer to the start_url
value in the response.
Scopes: meeting:write:admin
, meeting:write
Rate Limit Label:
Medium
userId
of the meeting host used to make the request.Parameter | Description |
---|---|
Agenda | The meeting’s agenda. This value has a maximum length of 2,000 characters. |
Schedule For | The email address or user ID of the user to schedule a meeting for. |
Start Time | The meeting’s start time. This field is only used for scheduled and/or recurring meetings with a fixed time. This supports local time and GMT formats. * To set a meeting’s start time in GMT, use the yyyy-MM-ddTHH:mm:ssZ date-time format. For example, 2020-03-31T12:02:00Z . * To set a meeting’s start time using a specific timezone, use the yyyy-MM-ddTHH:mm:ss date-time format and specify the timezone ID in the timezone field. If you do not specify a timezone, the timezone value defaults to your Zoom account’s timezone. You can also use UTC for the timezone value. |
Topic | The meeting’s topic. |
User ID | The user ID or email address of the user. For user-level apps, pass the me value. |
Setting Up an Incident Process
Preview this Workflow on desktop
Use this API to create a meeting
for a user. For user-level apps, pass the me
value
instead of the userId
parameter.
start_url
value is the URL a host or an alternative host can use to start a meeting. The expiration time for the start_url
value is two hours for all regular users.custCreate
meeting hosts (users created with the custCreate
parameter via the Create users API), the expiration time of the start_url
parameter is 90 days from the generation of the start_url
.
Note:
For security reasons, the recommended way to programmatically (after expiry) get the updated start_url
value is to call the Get a meeting API.
Refer to the start_url
value in the response.
Scopes: meeting:write:admin
, meeting:write
Rate Limit Label:
Medium
userId
of the meeting host used to make the request.Parameter | Description |
---|---|
Agenda | The meeting’s agenda. This value has a maximum length of 2,000 characters. |
Schedule For | The email address or user ID of the user to schedule a meeting for. |
Start Time | The meeting’s start time. This field is only used for scheduled and/or recurring meetings with a fixed time. This supports local time and GMT formats. * To set a meeting’s start time in GMT, use the yyyy-MM-ddTHH:mm:ssZ date-time format. For example, 2020-03-31T12:02:00Z . * To set a meeting’s start time using a specific timezone, use the yyyy-MM-ddTHH:mm:ss date-time format and specify the timezone ID in the timezone field. If you do not specify a timezone, the timezone value defaults to your Zoom account’s timezone. You can also use UTC for the timezone value. |
Topic | The meeting’s topic. |
User ID | The user ID or email address of the user. For user-level apps, pass the me value. |
Setting Up an Incident Process
Preview this Workflow on desktop