---
title: "List Intune posture providers"
method: GET
path: "/intune_posture_providers"
tags: ["Intune Posture Providers"]
---

# List Intune posture providers

`GET /intune_posture_providers`

## Query parameters

- `limit` integer
- `page_cursor` string

## Response `200`

Intune posture provider response

- IntunePostureProviderListResponse
  - `data` IntunePostureProvider[]
    - `account_id` string, uuid, required
    - `disabled_reason` string, nullable
    - `error_message` string, nullable
    - `errored_at` string, date-time, nullable
    - `id` string, uuid, required
    - `inserted_at` string, date-time
    - `is_disabled` boolean, required
    - `is_verified` boolean, required
    - `name` string, required
    - `synced_at` string, date-time, nullable
    - `tenant_id` string, required
    - `type` 'intune', required
    - `updated_at` string, date-time
  - `metadata` PaginationMetadata — Pagination metadata for paginated responses.
    - `count` integer, required — Total number of matching records
    - `limit` integer, required — Page size
    - `next_page` string, nullable, required — Cursor to fetch the next page
    - `prev_page` string, nullable, required — Cursor to fetch the previous page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.dev/firezone/apis/firezone-api.md) · [All operations](https://skmtc.dev/firezone/apis/firezone-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firezone/firezone-api/revisions/110de2cb2283/schema)
