---
title: "GET /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions"
method: GET
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions"
tags: ["BillingPermissions"]
---

# GET /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions

`GET /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/customers/{customerName}/billingPermissions`

Lists the billing permissions the caller has for a customer.

## Path parameters

- `billingAccountName` string, required
- `customerName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The request has succeeded.

- BillingPermissionsListResult — Result of list billingPermissions a caller has on a billing account.
  - `value` BillingPermissionsProperties[] — The list of billingPermissions a caller has on a billing account.
    - `actions` Action[] — The set of actions that the caller is allowed to perform.
    - `notActions` NotAction[] — The set of actions that the caller is not allowed to perform.
  - `nextLink` string — The link (url) to the next page of results.

## Other responses

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

---

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