Skip to main content
POST
/
radius
/
account-containers
/
{id}
/
transfer-users
Transfer Users
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>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
destination_container_id
string
required

The ID of the target container to receive the users.

Response

202

Transfer initiated in background.