v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SUBACCOUNTS

Update a subaccount

Changes the details on an existing subaccount

post/subaccount/edit

Request body

idstring required

The id of an existing subaccount

fullnamestring

If provided, will set to the new full name for the subaccount

limitinteger

If provided, will set to the new limit for the subaccount

dedicated_ipboolean

If provided, will set to the new dedicated IP address for the subaccount (If limit is greater than 100,000)

archivingboolean

Choose whether the subaccount is allowed to enable archiving. You still need to turn on archiving for individual senders within the subaccount.

enforce_2faboolean

Enforce team members of this subaccount to use 2FA.

enable_smsboolean

Enable SMS messaging for the subaccount. Additional charges apply.

sms_limitinteger

Your subaccount will be able to send up to this monthly limit of SMS messages. Their sending will also be limited by the master account's overall monthly limit.

Response

Subaccount updated

request_idstring required

Example response

{
  "request_id": "0ef3f48a-2cfb-11eb-aee9-408d5cce2644",
  "data": {
    "name": "Test Person",
    "id": "NDU5OTgw",
    "plan_size": 10000,
    "plan_remaining": 10000,
    "state": "Active",
    "sms_limit": 1000
  }
}