action zoom_get_zrlocation_settings { label: "Get location settings" description: "Get information on meeting or alert settings applied to Zoom Rooms located in a specific location. By default, only **Meeting Settings** are returned. To view only **Alert Settings**, specify `alert` as the value of the `setting_type` query parameter.

\n**Prerequisites:**
\n* Zoom Room licenses\n* Owner or Admin privileges on the Zoom Account.
\n**Scopes:** `room:read:admin`
\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`" provider: zoom method: GET path: "/rooms/locations/{locationId}/settings" encoding: json input: { type: "object" properties: { locationId: { type: "string" } setting_type: { type: "string" } } required: ["locationId", "setting_type"] additionalProperties: false } output: { type: "object" } }