cURL
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>" ] } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^rad_usr_[A-Za-z0-9_\-]+$
The updated account object.
Was this page helpful?