---
title: "GET /api/users"
method: GET
path: "/api/users"
tags: ["User Management"]
---

# GET /api/users

`GET /api/users`

## Query parameters

- `searchName` string
- `searchEmail` string
- `pageSize` integer
- `pageNumber` integer
- `orderBy` string[]

## Response `200`

OK

- UserModel[]
  - `id` string, nullable
  - `email` string, nullable
  - `givenName` string, nullable
  - `principalId` string, nullable

---

[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)
