Logo
Zoom Public API Documentation

Get Zoom Room account profile

GET {{baseUrl}}/rooms/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 the Get Zoom Room profile API.

Prerequisites:

  • Zoom account owner or Zoom Rooms admin permissions

Scopes: room:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "basic": { "required_code_to_ext": "<boolean>", "room_passcode": "<string>", "support_email": "<email>", "support_phone": "<string>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/account_profile' -H 'Accept: application/json'

ENDPOINTS