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

# Roaming issue for wireless client

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

Returns roaming issue for wireless client based on the provided filters. You can filter the results by sites and mac address.

## Query parameters

- `page` integer
- `limit` integer
- `macAddress` string, required
- `includeUnassigned` boolean

## Request body

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

## Response `200`

OK

- XiqIssueClientRoaming[]
  - `date_time` integer — The time and date in milliseconds (epoch time) when the issue when issue occurred
  - `issue_type` 'ROAMING_ISSUE' — The type of issue
  - `roaming_time` integer — The roaming time in milliseconds, can be empty
  - `device_name` string — The device name to which client was connected

---

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