---
title: "Check availability of EngagementFabric resource"
method: POST
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/checkNameAvailability"
tags: ["NameAvailability"]
---

# Check availability of EngagementFabric resource

`POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EngagementFabric/checkNameAvailability`

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required

## Query parameters

- `api-version` string, required

## Request body

- CheckNameAvailabilityParameter — The parameter for name availability check
  - `name` string, required — The name to be checked
  - `type` string, required — The fully qualified resource type for the name to be checked

## Response `200`

OK

- CheckNameAvailabilityResult — The result of name availability check
  - `nameAvailable` boolean — The name to be checked
  - `reason` 'Invalid' | 'AlreadyExists' — The reason of name availability result
  - `message` string — The message if name is unavailable

## Other responses

- `default` — Error response

---

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