English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/groups/{id} \ --header 'Authorization: Bearer <token>'
{ "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 object.
Show child attributes
Was this page helpful?