---
title: "Update the amount of allocatable global outbound channels allocated to a specific managed account."
method: PATCH
path: "/managed_accounts/{id}/update_global_channel_limit"
tags: ["Managed Accounts"]
---

# Update the amount of allocatable global outbound channels allocated to a specific managed account.

`PATCH /managed_accounts/{id}/update_global_channel_limit`

Update the amount of allocatable global outbound channels allocated to a specific managed account.

## Path parameters

- `id` string, required

## Request body

- UpdateManagedAccountGlobalChannelLimitRequest
  - `channel_limit` integer — Integer value that indicates the number of allocatable global outbound channels that should be allocated to the managed account. Must be 0 or more. If the value is 0 then the account will have no usable channels and will not be able to perform outbound calling.

## Response `200`

Successful response with information about the allocatable global outbound channels for the given account.

- object
  - `data` SingleManagedAccountGlobalOutboundChannels
    - `channel_limit` integer — Integer value that indicates the number of allocatable global outbound channels that are allocated to the managed account. If the value is 0 then the account will have no usable channels and will not be able to perform outbound calling.
    - `email` string — The email of the managed account.
    - `id` string — The user ID of the managed account.
    - `manager_account_id` string — The user ID of the manager of the account.
    - `record_type` string — The name of the type of data in the response.

## Other responses

- `401` — Unauthenticated response. Happens when the current user cannot be authenticated.
- `404` — Resource not found
- `422` — Unprocessable entity. Check the 'detail' field in response for details.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
