Get Zoom Room profile
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:
-
Pro or a higher plan with
Zoom Room
license.
Scopes:
room:read:admin
Rate Limit Label
:
MEDIUM
Request Params
| 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":"\u003cstring\u003e","hide_room_in_contacts":"\u003cboolean\u003e","name":"\u003cstring\u003e","display_name":"\u003cstring\u003e","required_code_to_ext":"\u003cboolean\u003e","room_passcode":"\u003cstring\u003e","support_email":"\u003cemail\u003e","support_phone":"\u003cstring\u003e","calendar_resource_id":"\u003cstring\u003e","zoom_room_type":"StandaloneWhiteboard","location_id":"\u003cstring\u003e","tag_ids":["\u003cstring\u003e","\u003cstring\u003e"]},"device":{"device_profile_id":"\u003cstring\u003e"},"setup":{"checkin_and_checkout":{"enable":"\u003cboolean\u003e","checkin_and_checkout_options":{"checkin_minutes_prior_to_meeting_start_time":"\u003cinteger\u003e","allowed_minutes_before_release_room_after_no_checkout":"\u003cinteger\u003e","enable_new_user_checkin_notification":"\u003cboolean\u003e","enable_remove_recurring":"\u003cboolean\u003e","allowed_consecutive_missed_checkin_before_removing_room":"\u003cinteger\u003e"}},"under_construction":"\u003cboolean\u003e"}}