---
title: "Update RADSEC proxy configuration"
method: PUT
path: "/radsec-proxies/{id}"
tags: ["Configuration - Authentication"]
---

# Update RADSEC proxy configuration

`PUT /radsec-proxies/{id}`

Update RADSEC proxy configuration by ID.

## Path parameters

- `id` integer, required

## Request body

- XiqUpdateRadsecProxyRequest — The payload to update a new RADSEC proxy
  - `name` string — The RADSEC proxy name
  - `description` string — The RADSEC proxy description
  - `format_type` 'NAI' | 'NT' | 'SPN' | 'AUTO' — The format type of RADIUS proxy
  - `enable_inject_operator_name_attribute` boolean — The flag for enable inject operator name attribute
  - `operator_name` string — The RADSEC proxy operator name
  - `realms` XiqUpdateRadsecProxyRealm[] — The realms of RADSEC proxy
    - `name` string — The RADSEC proxy realm name
    - `enable_strip_realm_name` boolean — The flag for enabling strip realm name
    - `external_radius_server_object_ids` integer[], required — The list of associated external RADIUS server object IDs

## Response `200`

OK

- XiqRadsecProxy — The configuration of RADSEC proxy
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string, required — The RADSEC proxy name
  - `description` string — The RADSEC proxy description
  - `format_type` 'NAI' | 'NT' | 'SPN' | 'AUTO', required — The format type of RADIUS proxy
  - `enable_inject_operator_name_attribute` boolean — The flag for enable inject operator name attribute
  - `operator_name_type` 'WBAID', required — The operator name type of RADSEC proxy
  - `operator_name` string, required — The RADSEC proxy operator name
  - `realms` XiqRadsecProxyRealm[] — The realms of RADSEC proxy
    - `id` integer — The RADIUS proxy realm ID
    - `name` string — The RADIUS proxy realm name
    - `enable_strip_realm_name` boolean — The flag for enable strip realm name
    - `external_radius_server_object_ids` integer[], required — The list of associated external RADIUS servers

---

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