---
title: "GET /providers/Microsoft.AAD/operations"
method: GET
path: "/providers/Microsoft.AAD/operations"
tags: ["DomainServices"]
---

# GET /providers/Microsoft.AAD/operations

`GET /providers/Microsoft.AAD/operations`

Lists all the available Domain Services operations.

## Query parameters

- `api-version` string, required

## Response `200`

HTTP 200 (OK) if the operation was successful.

- OperationEntityListResult — The list of domain service operation response.
  - `value` OperationEntity[] — The list of operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}.
    - `display` OperationDisplayInfo — The operation supported by Domain Services.
      - `description` string — The description of the operation.
      - `operation` string — The action that users can perform, based on their permission level.
      - `provider` string — Service provider: Domain Services.
      - `resource` string — Resource on which the operation is performed.
    - `origin` string — The origin of the operation.
  - `nextLink` string — The continuation token for the next page of results.

## Other responses

- `default` — Domain Service error response.

---

[API](https://skmtc.net/azure/apis/domain-services-resource-provider.md) · [All operations](https://skmtc.net/azure/apis/domain-services-resource-provider/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/domain-services-resource-provider/revisions/b8358d9549ee/schema)
