Skip to main content
PATCH
/
radius
/
accounts
/
{id}
Update an Account
curl --request PATCH \
  --url https://api.altostrat.io/radius/accounts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>",
  "container_id": "<string>",
  "groups": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
status
string
container_id
string
groups
string[]

Response

200

The updated account object.