English
cURL
curl --request POST \ --url https://api.altostrat.io/radius/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "group_name": "<string>" } '
{ "id": "<string>", "group_name": "<string>", "user_count": 123, "check_attributes": [ { "attribute": "<string>", "op": "<string>", "value": "<string>" } ], "reply_attributes": [ { "attribute": "<string>", "op": "<string>", "value": "<string>" } ], "metadata": {}, "tags": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Group created.
Show child attributes
Was this page helpful?