---
title: "PUT /radclients/{radclientname}/"
method: PUT
path: "/v1/radclients/{radclientname}/"
---

# PUT /radclients/{radclientname}/

`PUT /v1/radclients/{radclientname}/`

Set info for a RADIUS Client

## Path parameters

- `radclientname` string, required

## Request body

- object
  - `name` string — RADIUS client name
  - `ip_address` string — Updates the IP address of a RADIUS Client
  - `add_group` string[] — An array of group names to give access to the RADIUS client
  - `remove_group` string[] — An array of group names to remove access to the RADIUS client
  - `secret` string — Manually set the RADIUS client secret
  - `mfa_enforced` boolean — Set MFA for a RADIUS Client
  - `pap_enabled` boolean — Enable/Disable PAP for a RADIUS Client
  - `radius_attributes` string — Update radius attribute for a RADIUS client.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/foxpass/apis/api-instructions.md) · [All operations](https://skmtc.net/foxpass/apis/api-instructions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/foxpass/api-instructions/revisions/d0d15848629a/schema)
