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

KeyDatatypeRequiredDescription
Content-Typestring