GET {{baseUrl}}/rooms/calendar/services/:serviceId/resources/:resourceId
Use this API to get a Zoom Room account's calendar resource. Prerequisites:
* A Pro or a higher plan with a Zoom Rooms license. Scopes: Rate Limit Label: room:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"calendar_resource_id": "<string>",
"calendar_resource_email": "<email>",
"calendar_resource_name": "<string>",
"assigned_room_id": "<string>",
"sync_status": "Failed"
} |
ENDPOINTS