Managed Accounts
Update the amount of allocatable global outbound channels allocated to a specific managed account.
Update the amount of allocatable global outbound channels allocated to a specific managed account.
patch/managed_accounts/{id}/update_global_channel_limit
Path parameters
idstring required
Managed Account User ID
Request body
Example request
{
"channel_limit": 30
}Response
Successful response with information about the allocatable global outbound channels for the given account.
Example response
{
"data": {
"channel_limit": 30,
"email": "allocate_demo@customer.com",
"id": "096abcde-1122-3344-ab77-ff0123456789",
"manager_account_id": "beeabcde-1122-3344-ab77-ff0123456789",
"record_type": "managed_account_global_outbound_settings"
}
}