GET {{baseUrl}}/rooms/:roomId?regenerate_activation_code=false
Zoom Rooms is a software-based room system that provides an integrated experience for audio conferencing, wireless screen sharing and video conferencing. Use this API to get detailed information on a specific Zoom Room in a Zoom account. Prerequisites: Scopes: Rate Limit Label:
room:read:admin
MEDIUM
Body
PARAM
Key | Datatype | Required | Description |
regenerate_activation_code
|
boolean | Whether to regenerate an activation code for a Zoom Room. Default is `false`. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"basic": {
"activation_code": "<string>",
"hide_room_in_contacts": "<boolean>",
"name": "<string>",
"display_name": "<string>",
"required_code_to_ext": "<boolean>",
"room_passcode": "<string>",
"support_email": "<email>",
"support_phone": "<string>",
"calendar_resource_id": "<string>",
"zoom_room_type": "StandaloneWhiteboard",
"location_id": "<string>",
"tag_ids": [
"<string>",
"<string>"
]
},
"device": {
"device_profile_id": "<string>"
},
"setup": {
"checkin_and_checkout": {
"enable": "<boolean>",
"checkin_and_checkout_options": {
"checkin_minutes_prior_to_meeting_start_time": "<integer>",
"allowed_minutes_before_release_room_after_no_checkout": "<integer>",
"enable_new_user_checkin_notification": "<boolean>",
"enable_remove_recurring": "<boolean>",
"allowed_consecutive_missed_checkin_before_removing_room": "<integer>"
}
},
"under_construction": "<boolean>"
}
} |
ENDPOINTS