Logo
Zoom Public API Documentation

Update Zoom Room account profile

PATCH {{baseUrl}}/rooms/account_profile

Update information 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 update information on an individual Room Profile, use the Update a Zoom Room profile API.

Prerequisites:

  • Zoom account owner or Zoom Rooms admin permissions

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/account_profile' -H 'Content-Type: application/json' -d '{"basic":{"required_code_to_ext":"\u003cboolean\u003e","room_passcode":"\u003cstring\u003e","support_email":"\u003cemail\u003e","support_phone":"\u003cstring\u003e"}}'

ENDPOINTS