# Added location and auto security fields to Zoom Rooms APIs ## Enhancements New `location_id` response field in the following **Workspaces** APIs: - `GET /v2/workspaces` - `GET /v2/workspaces/{workspaceId}` New `auto_security` response field in the following **Zoom Rooms** APIs: - `GET /v2/accounts/{accountId}/rooms/{id}/settings` - `GET /v2/rooms/{id}/settings` New `auto_security` request field in the following **Zoom Rooms Location** APIs: - `PATCH /v2/rooms/locations/{locationId}/settings` - `PATCH /v2/accounts/{accountId}/rooms/locations/{locationId}/settings` New `auto_security` response field in the following **Zoom Rooms Location** APIs: - `GET /v2/rooms/locations/{locationId}/settings` - `GET /v2/accounts/{accountId}/rooms/locations/{locationId}/settings` New `auto_security` request field in the following **Zoom Rooms** APIs: - `PATCH /v2/accounts/{accountId}/rooms/{id}/settings` - `PATCH /v2/rooms/{id}/settings` New `location_id,tag_ids` response fields in the following **Rooms** API: - `GET /v2/rooms/{roomId}`