English
cURL
curl --request POST \ --url https://api.altostrat.io/radius/account-containers \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "parent_id": "<string>" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "parent_id": "<string>", "path": "<string>", "level": 123, "user_count": 123, "container_count": 123, "is_pinned": true, "metadata": {}, "tags": [ "<string>" ], "breadcrumbs": [ { "id": "<string>", "name": "<string>", "level": 123 } ], "created_at": "<string>", "updated_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Container created.
Show child attributes
Was this page helpful?