Transfer endpoint agent
POST {{baseUrl}}/endpoint/agents/:agentId/transfer?aid=1234
Initiates the transfer of an agent from its current account, which must correspond to the provided aid, to the target account.
Note: It is essential to ensure that the aid
parameter matches the current account of the agent for this operation to succeed.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
Request Body
{"toAid"=>"1234"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |