---
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
  - `encryption_method` 'CCMP' | 'TKIP' | 'AUTO_TKIP_CCMP', required
  - `anti_logging_threshold` integer — The anti logging threshold
  - `key_type` 'ASCII' | 'HEX', required
  - `key_value` string, required — The PSK key value, minimum 8 characters long
  - `sae_group` 'ALL' | 'ECC' | 'FFC'
  - `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/revisions/242a0e1b1b40/schema)
