---
title: "GET /api/v1/identity-providers"
method: GET
path: "/api/v1/identity-providers"
tags: ["IdentityProviderService"]
---

# GET /api/v1/identity-providers

`GET /api/v1/identity-providers`

ListIdentityProviders lists identity providers.

## Response `200`

OK

- ListIdentityProvidersResponse
  - `identityProviders` IdentityProvider[] — The list of identity providers.
    - `name` string — The resource name of the identity provider. Format: identity-providers/{idp}
    - `type` 'TYPE_UNSPECIFIED' | 'OAUTH2', enum, required — Required. The type of the identity provider.
    - `title` string, required — Required. The display title of the identity provider.
    - `identifierFilter` string — Optional. Filter applied to user identifiers.
    - `config` IdentityProviderConfig, required
      - `oauth2Config` OAuth2Config
        - `clientId` string
        - `clientSecret` string
        - `authUrl` string
        - `tokenUrl` string
        - `userInfoUrl` string
        - `scopes` string[]
        - `fieldMapping` FieldMapping
          - `identifier` string
          - `displayName` string
          - `email` string
          - `avatarUrl` string

## Other responses

- `default` — Default error response

---

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