---
title: "GET /api/access-controls"
method: GET
path: "/api/access-controls"
tags: ["Access Control Management"]
---

# GET /api/access-controls

`GET /api/access-controls`

## Query parameters

- `searchKeyword` string
- `pageSize` integer
- `pageNumber` integer
- `orderBy` string[]
- `principalId` string

## Response `200`

OK

- AccessControlModelPaginationResult — Class representing the page results.
  - `items` AccessControlModel[], nullable — The current page items.
    - `id` string, nullable
    - `principalId` string, nullable
    - `scope` string, nullable
    - `role` RoleModel
      - `id` string, nullable
      - `name` string, nullable
      - `color` string, nullable
      - `description` string, nullable
  - `totalItems` integer — The total number of items.
  - `nextPage` string, nullable — The query next page Url.

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/revisions/8f5ec4f45de1/schema)
