---
title: "List MAC OUI profiles"
method: GET
path: "/radio-profiles/mac-ouis"
tags: ["Configuration - Policy"]
---

# List MAC OUI profiles

`GET /radio-profiles/mac-ouis`

List a page of MAC OUI profiles.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

OK

- PagedXiqRpMacOuiProfile
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqRpMacOuiProfile[] — The data in the current page
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `name` string — The product model
    - `description` string — The product description
    - `predefined` boolean — Whether the MAC Oui is predefined.
    - `value` string — The MAC octets
    - `mac_type` string — The type or "MAC_OUI"
    - `defender_defined` boolean — Whether defender is defined
    - `extreme_iot_defined` boolean — Whether is the Extreme Iot Defined

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
