---
title: "Change the SSID mode to 802.1x"
method: PUT
path: "/ssids/{id}/mode/dot1x"
tags: ["Configuration - Policy"]
---

# Change the SSID mode to 802.1x

`PUT /ssids/{id}/mode/dot1x`

Change the SSID mode to 802.1x.

## Path parameters

- `id` integer, required

## Request body

- XiqSetSsidModeDot1xRequest — The request for setting the SSID to be 802.1x mode.
  - `key_management` 'WPA_8021X' | 'WPA2_8021X' | 'WPA3_8021X' | 'AUTO_8021X', required — The key management: WPA_8021X, WPA2_8021X, WPA3_8021X or AUTO_8021X
  - `encryption_method` 'CCMP' | 'TKIP' | 'AUTO_TKIP_CCMP' | 'AES192', required — The encryption method: for WPA_8021X, WPA2_8021X, please use CCMP or TKIP, for AUTO_8021X, please use AUTO_TKIP_CCMP, for WPA3_8021X, please use AES192
  - `enable_idm` boolean, required — Flag for using ExtremeCloud IQ Authentication Service or not
  - `transition_mode` boolean — Flag for enabling transition mode if using WPA3 as the key management type
  - `radius_server_group_id` integer — The RADIUS server group ID if not using ExtremeCloud IQ Authentication Service
  - `user_group_ids` integer[] — The user group IDs if using ExtremeCloud IQ Authentication Service
  - `enable_uztna` boolean — Flag for using Authentication with ExtremeCloud Universal ZTNA or not

## Response `200`

OK

---

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