cURL
curl --request GET \ --url https://api.altostrat.io/radius/accounts/{id}/groups \ --header 'Authorization: Bearer <token>'
{ "data": [ { "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>" ] } ], "pagination": { "per_page": 123, "has_more": true, "next_cursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
^rad_usr_[A-Za-z0-9_\-]+$
List of groups the account belongs to.
Show child attributes
Was this page helpful?