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

# Change the SSID mode to PSK

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

Change the SSID mode to PSK.

## Path parameters

- `id` integer, required

## Request body

- XiqSetSsidModePskRequest — The request for setting the SSID to be PSK mode.
  - `key_management` 'WPA_PSK' | 'WPA2_PSK' | 'WPA3_PSK' | 'AUTO_PSK', required — The key management: WPA3_PSK, WPA2_PSK, WPA_PSK,AUTO_PSK
  - `encryption_method` 'CCMP' | 'TKIP' | 'AUTO_TKIP_CCMP', required — The encryption method: for WPA3_PSK please use CCMP, for WPA2_PSK or WPA_PSK, please use CCMP or TKIP, for AUTO_PSK, please use AUTO_TKIP_CCMP
  - `anti_logging_threshold` integer — The anti logging threshold
  - `key_type` 'ASCII' | 'HEX', required — The key type, ASCII or HEX
  - `key_value` string, required — The PSK key value, minimum 8 characters long
  - `sae_group` 'ALL' | 'ECC' | 'FFC' — The SAE group: ALL, ECC, or FFC, must be selected when the key management is WPA3
  - `transition_mode` boolean — Indicates the transition mode if key management is WPA3

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