---
title: "List identity providers"
method: GET
path: "/api/v2/identity_providers"
tags: ["Identity Providers"]
---

# List identity providers

`GET /api/v2/identity_providers`

Get all identity providers available for the current organization.

## Response `200`

OK

- IdentityProvidersResponse — Response containing a list of identity providers for an organization.
  - `data` IdentityProviderData[], required — List of organization identity provider data objects.
    - `attributes` IdentityProviderAttributes, required — Attributes of an organization identity provider.
      - `authentication_method` string, required — The authentication method used by this identity provider.
      - `enabled` boolean, required — Whether this identity provider is enabled for the organization.
    - `id` string, required — The unique identifier of the identity provider.
    - `type` 'identity_providers', required — The resource type for identity providers.

## Other responses

- `403` — Authentication error
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
