---
title: "GET /providers/Microsoft.Authorization/operations"
method: GET
path: "/providers/Microsoft.Authorization/operations"
tags: ["Operations"]
---

# GET /providers/Microsoft.Authorization/operations

`GET /providers/Microsoft.Authorization/operations`

Lists all of the available Microsoft.Authorization REST API operations.

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- OperationListResult — Result of the request to list Microsoft.Authorization operations. It contains a list of operations and a URL link to get the next set of results.
  - `value` Operation[] — List of Microsoft.Authorization operations.
    - `name` string — Operation name: {provider}/{resource}/{operation}
    - `display` object — The object that represents the operation.
      - `provider` string — Service provider: Microsoft.Authorization
      - `resource` string — Resource on which the operation is performed: Profile, endpoint, etc.
      - `operation` string — Operation type: Read, write, delete, etc.
  - `nextLink` string — URL to get the next set of operation list results if there are any.

## Changes

- **2026-07-13** (2015-01-01) `f7fac92f6c97` — 1 info
  - endpoint added
- **2026-07-13** (2015-01-01) `e155af0c6164` — 1 warning
  - deleted the `query` request parameter `api-version`

[Change history](https://skmtc.dev/azure/apis/resources-microsoft-authorization-locks/changes/providers/Microsoft.Authorization/operations/get.md)

---

[API](https://skmtc.dev/azure/apis/resources-microsoft-authorization-locks.md) · [All operations](https://skmtc.dev/azure/apis/resources-microsoft-authorization-locks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/resources-microsoft-authorization-locks/revisions/f7fac92f6c97/schema)
