---
title: "POST /radclients/"
method: POST
path: "/v1/radclients/"
---

# POST /radclients/

`POST /v1/radclients/`

Add a RADIUS client

## Request body

- object
  - `name` string, required — RADIUS client name
  - `ip_address` string — The IP address of the RADIUS client. One of ip_address or hostname is required
  - `hostname` string — The hostname of the RADIUS client. One of ip_address or hostname is required
  - `groups` string[] — An array of group names that have access to the RADIUS client
  - `secret` string — Manually set the RADIUS client secret instead of having Foxpass automatically assign a random one to you
  - `radius_attributes` string — Set existing 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/versions/d0d15848629a/schema)
