---
title: "Get Azure Application ID"
method: GET
path: "/v4/organizations/{organizationId}/cmekAzureApplication"
tags: ["CMEK"]
---

# Get Azure Application ID

`GET /v4/organizations/{organizationId}/cmekAzureApplication`

Retrieves the application ID so that the customer can install the service principal in their Azure tenant.

In order to access this endpoint, the provided API key must have at least one of the following roles:
- Organization Owner
- Organization Member

To learn more, see [Organization, Project, and Database Access Overview](https://docs.couchbase.com/cloud/organizations/organization-projects-overview.html).

## Response `200`

Successfully retrieved the Azure application ID.

- GetAzureCMEKApplicationResponse
  - `id` string, required — The client ID of the multi-tenant entra application.

## Other responses

- `400` — Returned when we are unable to decode the recevied payload.
- `403` — The client does not have the necessary permissions to access this resource.
- `404` — The requested resource was not found.
- `429` — Returned when the client exceeds the rate limit for the given APIKey.
- `500` — An unexpected error occurred in the server while processing this request.

---

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