Transferring an agent
POST https://{{base_url}}/v6/endpoint-agents/transfer.json
Transferring an agent
Triggers a process of transferring a list of agents.
Optional (Querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
Request
The requestβs body should contain a list of agents in CSV format with the following columns (comma delimited): * βmachineidβ - agent id to be transferred * βfromaidβ - account id where the agent needs to be transferred from * βto_aidβ - account id where the agent needs to be transferred to
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |