---
title: "POST /providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability"
method: POST
path: "/providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability"
tags: ["Enterprise Channel"]
---

# POST /providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability

`POST /providers/Microsoft.BotService/checkEnterpriseChannelNameAvailability`

Check whether an Enterprise Channel name is available.

## Query parameters

- `api-version` string, required

## Request body

- EnterpriseChannelCheckNameAvailabilityRequest — A request to Bot Service Management to check availability of an Enterprise Channel name.
  - `name` string — The name of the Enterprise Channel for which availability needs to be checked.

## Response `200`

The resource provider should return 200 (OK) to indicate that the operation completed successfully. For other errors (e.g. internal errors) use the appropriate HTTP error code.
The nextLink field is expected to point to the URL the client should use to fetch the next page (per server side paging). This matches the OData guidelines for paged responses. If a resource provider does not support paging, it should return the same body but leave nextLink empty for future compatibility.
For a detailed explanation of each field in the response body, please refer to the request body description in the PUT resource section.

- EnterpriseChannelCheckNameAvailabilityResponse — A request to Bot Service Management to check availability of an Enterprise Channel name.
  - `valid` boolean — Indicates if the Enterprise Channel name is valid.
  - `message` string — Additional information about why a bot name is not available.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/azure-bot-service.md) · [All operations](https://skmtc.net/azure/apis/azure-bot-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-bot-service/versions/e28acb77637d/schema)
