getZoomRoomProfile.Rd
Zoom Rooms is a softwarebased 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 https://zoom.us/zoomrooms license.**Scopes**: room:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
getZoomRoomProfile(roomId, return_response = F)
roomId | Unique Identifier of the Zoom Room. This can be retrieved from the response of List Zoom Rooms https://marketplace.zoom.us/docs/apireference/zoomapi/rooms/listzoomrooms API. |
---|---|
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |