---
title: "Update a channel account"
method: PATCH
path: "/conversations/custom-channels/2026-03/{channelId}/channel-accounts/{channelAccountId}"
tags: ["Channel accounts"]
---

# Update a channel account

`PATCH /conversations/custom-channels/2026-03/{channelId}/channel-accounts/{channelAccountId}`

This API is used to update the name of the channel account and it's isAuthorized status. Setting to isAuthorized flag to False disables the channel account.

## Path parameters

- `channelAccountId` integer, required
- `channelId` integer, required

## Request body

- ConversationsCustomChannelsPublicChannelAccountUpdateRequest
  - `authorized` boolean
  - `name` string

## Response `200`

successful operation

- ConversationsCustomChannelsPublicChannelAccount
  - `active` boolean, required
  - `archived` boolean, required
  - `archivedAt` string, date-time
  - `authorized` boolean, required
  - `channelId` string, required
  - `createdAt` string, date-time, required
  - `deliveryIdentifier` ConversationsCustomChannelsPublicDeliveryIdentifier
    - `type` 'CHANNEL_SPECIFIC_OPAQUE_ID' | 'HS_EMAIL_ADDRESS' | 'HS_PHONE_NUMBER' | 'HS_SHORT_CODE', required
    - `value` string, required
  - `id` string, required
  - `inboxId` string, required
  - `name` string, required

## Other responses

- `default` — An error occurred.

---

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