Skip to main content
POST
/
v1.0
/
subscribers
/
transfer
json
{
  "SubscriberId": "TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8",
  "FromAccountId": "AID-eab92510-1040-45a5-bb9c-0bad9272f89d",
  "ToAccountId": "AID-ceb82085-2725-45a1-bd5e-526ed19799d7"
}
{
  "SubscriberId": "TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8",
  "Name": "Jerome User 3.1",
  "Email": "[email protected]",
  "PhoneNumbers": [
    "+1234567890"
  ],
  "Role": "Subscriber",
  "Account": {
    "AccountId": "AID-ceb82085-2725-45a1-bd5e-526ed19799d7",
    "CompanyName": "Telegent Account"
  }
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
SubscriberId
string
required

Subscriber ID to transfer

Example:

"TSUID-33bde952-f6ec-4171-ad11-9697cfed79e8"

FromAccountId
string
required

Origin account ID

Example:

"AID-eab92510-1040-45a5-bb9c-0bad9272f89d"

ToAccountId
string
required

Destination account ID

Example:

"AID-ceb82085-2725-45a1-bd5e-526ed19799d7"

Response

200 - application/json

Subscriber Transferred

The response is of type object.