Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Update Zoom Room Location Profile

    Each location type of the Zoom Rooms location hierarchy has a profile page that includes information such as name of the location, address, support email, etc. Use this API to update information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.

    Prerequisite:

    • Account owner or admin permission

    • Zoom Rooms version 4.0 or higher
      Scopes: room:write:admin

    Rate Limit Label: Medium

    Input

    type: object properties: parameters: type: object properties: locationId: type: string example: 49D7a0xPQvGQ2DCMZgSe7w description: >- Unique Identifier of the location. This can be retrieved from the [**List Zoom Room locations**](/docs/api-reference/zoom-api/methods#operation/listZRLocations) API. required: - locationId title: Parameters data: type: object properties: basic: type: object properties: address: description: Address. Can only be updated for Campus and Building. type: string example: California, USA description: description: Description about the location. type: string example: California, USA name: description: Name of the location type. type: string example: state required_code_to_ext: description: > Require code to exit out of your Zoom Rooms application to switch between other apps. type: boolean example: true room_passcode: description: >- 1-16 digit number or characters used to secure your Zoom Rooms application. maxLength: 16 minLength: 1 type: string example: '111111' support_email: description: | The email address to be used for reporting Zoom Room issues. format: email type: string example: [email protected] support_phone: description: | The phone number to be used for reporting Zoom Room issues. type: string example: '18798769876' timezone: description: Timezone (can only be updated for location type - city). type: string example: Asia/Shanghai title: Data

    Output

    {}