Logo
Zoom Public API Documentation

Add a calendar resource to a calendar service

POST {{baseUrl}}/rooms/calendar/services/:serviceId/resources

Use this API to add a calendar resource to a Microsoft Exchange or Office 365 calendar service in a Zoom Room account.

Note: This API does not support adding a calendar resource to a Google calendar service.

Prerequisites: * A Pro or a higher plan with a Zoom Rooms license.

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "calendar_resource_id": "<string>", "calendar_resource_email": "<email>", "calendar_resource_name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/rooms/calendar/services/:serviceId/resources' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"calendar_resource_email":"\u003cstring\u003e"}'

ENDPOINTS