---
title: Identity Providers
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > API Reference > Identity Providers
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Identity Providers
Copy pageCopied
Manage identity providers and user authentication method overrides.

## List users with an identity provider override →{% #list-users-with-an-identity-provider-override %}

| Datadog site      | API endpoint                                                               |
| ----------------- | -------------------------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/identity_providers/{idp_id}/users |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/identity_providers/{idp_id}/users |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/identity_providers/{idp_id}/users      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/identity_providers/{idp_id}/users      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/identity_providers/{idp_id}/users  |
| uk1.datadoghq.com | GET https://api.uk1.datadoghq.com/api/v2/identity_providers/{idp_id}/users |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/identity_providers/{idp_id}/users     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/identity_providers/{idp_id}/users |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/identity_providers/{idp_id}/users |

## Update an identity provider →{% #update-an-identity-provider %}

| Datadog site      | API endpoint                                                           |
| ----------------- | ---------------------------------------------------------------------- |
| ap1.datadoghq.com | PATCH https://api.ap1.datadoghq.com/api/v2/identity_providers/{idp_id} |
| ap2.datadoghq.com | PATCH https://api.ap2.datadoghq.com/api/v2/identity_providers/{idp_id} |
| app.datadoghq.eu  | PATCH https://api.datadoghq.eu/api/v2/identity_providers/{idp_id}      |
| app.ddog-gov.com  | PATCH https://api.ddog-gov.com/api/v2/identity_providers/{idp_id}      |
| us2.ddog-gov.com  | PATCH https://api.us2.ddog-gov.com/api/v2/identity_providers/{idp_id}  |
| uk1.datadoghq.com | PATCH https://api.uk1.datadoghq.com/api/v2/identity_providers/{idp_id} |
| app.datadoghq.com | PATCH https://api.datadoghq.com/api/v2/identity_providers/{idp_id}     |
| us3.datadoghq.com | PATCH https://api.us3.datadoghq.com/api/v2/identity_providers/{idp_id} |
| us5.datadoghq.com | PATCH https://api.us5.datadoghq.com/api/v2/identity_providers/{idp_id} |

## List identity providers →{% #list-identity-providers %}

| Datadog site      | API endpoint                                                |
| ----------------- | ----------------------------------------------------------- |
| ap1.datadoghq.com | GET https://api.ap1.datadoghq.com/api/v2/identity_providers |
| ap2.datadoghq.com | GET https://api.ap2.datadoghq.com/api/v2/identity_providers |
| app.datadoghq.eu  | GET https://api.datadoghq.eu/api/v2/identity_providers      |
| app.ddog-gov.com  | GET https://api.ddog-gov.com/api/v2/identity_providers      |
| us2.ddog-gov.com  | GET https://api.us2.ddog-gov.com/api/v2/identity_providers  |
| uk1.datadoghq.com | GET https://api.uk1.datadoghq.com/api/v2/identity_providers |
| app.datadoghq.com | GET https://api.datadoghq.com/api/v2/identity_providers     |
| us3.datadoghq.com | GET https://api.us3.datadoghq.com/api/v2/identity_providers |
| us5.datadoghq.com | GET https://api.us5.datadoghq.com/api/v2/identity_providers |
