English
cURL
curl --request POST \ --url https://api.altostrat.io/radius/account-containers/{id}/transfer-users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "destination_container_id": "<string>" } '
Bulk transfer all users from this container to another container.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the target container to receive the users.
Transfer initiated in background.
Was this page helpful?