Logo
Zoom Public API Documentation

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

 

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>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/:roomId?regenerate_activation_code=false?regenerate_activation_code=false' -H 'Accept: application/json'

ENDPOINTS