---
title: "Association issue for wireless client"
method: POST
path: "/dashboard/wireless/client-health/issue/association"
tags: ["Dashboard Wireless Client Health"]
---

# Association issue for wireless client

`POST /dashboard/wireless/client-health/issue/association`

Returns association issue list for wireless client based on the provided filters. You can filter the results by sites and macAddress.

## Query parameters

- `page` integer
- `limit` integer
- `macAddress` string, required — The MAC address in format 'AABBCCDDEEFF' without separators. Accepted formats: (1) OUI only — first 6 hex characters (e.g., 'AABBCC'), (2) Full MAC address — 12 hex characters (e.g., 'AABBCCDDEEFF').
- `includeUnassigned` boolean

## Request body

- XiqDashboardFilter — Request body for Alert Diagnostics Filter
  - `site_ids` integer[] — List of site ids

## Response `200`

OK

- XiqIssueClientAssociation[]
  - `date_time` integer — The time and date when the issue when issue occurred in epoch milliseconds
  - `reason_code` 'MAXIMUM_CLIENT_COUNT_EXCEEDED' | 'CLIENT_DENIED_BY_SECURITY_POLICY' | 'CLIENT_CAPABILITIES_MISMATCH' | 'AUTHENTICATION_ALGORITHM_UNSUPPORTED' — The reason why the problem occurred.
  - `device_name` string — The device name to which client was connected
  - `slowness_duration` integer — The duration of slowness in seconds

---

[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)
