Method: ZoomUs::RoomsAccount#get_zr_account_profile
- Defined in:
- lib/zoom_us/rooms_account.rb
#get_zr_account_profile(opts = {}) ⇒ InlineResponse20075
Get Zoom Room Account Profile Get details on the account profile of a Zoom Room. This information can only by accessed either by the Zoom Room Account Owner or a user with Zoom Rooms admin permission. To get information on an individual Room Profile, use [Get Zoom Room Profile API](marketplace.zoom.us/docs/api-reference/zoom-api/rooms/getzrprofile) instead. Prerequisites:
* Zoom account owner or Zoom Rooms admin permissions
Scopes: ‘room:read:admin`
26 27 28 29 |
# File 'lib/zoom_us/rooms_account.rb', line 26 def get_zr_account_profile(opts = {}) data, _status_code, _headers = get_zr_account_profile_with_http_info(opts) data end |