---
title: "List all identity providers"
method: GET
path: "/orgs/{orgId}/identityProviders"
tags: ["orgs/identityProviders"]
---

# List all identity providers

`GET /orgs/{orgId}/identityProviders`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user:w,o{params.orgId}-user:r,o{params.orgId}-dash:w,o{params.orgId}-dash:r,o{params.orgId}-dashActivity:w,o{params.orgId}-dashActivity:r,o{params.orgId}-integrations:w,o{params.orgId}-integrations:r,o{params.orgId}-credential:w,o{params.orgId}-credential:r,o{params.orgId}-site:w,o{params.orgId}-site:r,o{params.orgId}-siteGeneral:w,o{params.orgId}-siteGeneral:r,o{params.orgId}-hw:w,o{params.orgId}-hw:r,o{params.orgId}-entryState:w,o{params.orgId}-entryState:r,o{params.orgId}-outboundWebhooks:w,o{params.orgId}-outboundWebhooks:r,o{params.orgId}-configurations:w,o{params.orgId}-configurations:r,o{params.orgId}-admin:w,o{params.orgId}-admin:r,o{params.orgId}-account:w,o{params.orgId}-account:r,o{params.orgId}-mobileAppSettings:w,o{params.orgId}-mobileAppSettings:r,o{params.orgId}-alertSettings:w,o{params.orgId}-alertSettings:r,o{params.orgId}-role:w,o{params.orgId}-role:r,o{params.orgId}-quickStart:w,o{params.orgId}-quickStart:r,o{params.orgId}-ldp:w,o{params.orgId}-ldp:r,o:w,o:r,s-o:w,s-o:r<br/><br/>__Endpoint name__: listIdentityProviders

## Path parameters

- `orgId` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `sort` string
- `order` string
- `q` string
- `filter` string
- `preFilter` string

## Response `200`

Successful

- object
  - `totalCount` integer
  - `filteredCount` integer
  - `data` object[]
    - `id` number, required
    - `orgId` number, required
    - `identityProviderType` object
      - `id` number, required
      - `name` string
      - `code` string
    - `identityProviderSyncType` object, nullable
      - `id` number, required
      - `name` string
      - `code` string
    - `authStrategyType` object, nullable
      - `id` number, required
      - `name` string
      - `code` string
    - `apiKey` object, nullable
      - `key` string
      - `url` string
    - `isSyncUsersEnabled` boolean
    - `isMobileCredentialEnabled` boolean
    - `isCloudKeyCredentialEnabled` boolean
    - `isWalletCredentialEnabled` boolean
    - `isSsoEnabled` boolean
    - `isMobileSsoEnabled` boolean
    - `isIdpInitiatedSsoEnabled` boolean
    - `isRemoveGroupsEnabled` boolean
    - `isLimitByGroupEnabled` boolean
    - `isSyncPersonIdEnabled` boolean
    - `isSyncDepartmentEnabled` boolean
    - `isSyncTitleEnabled` boolean
    - `isSyncMobilePhoneEnabled` boolean
    - `isAutoManageVideoUserGroupsEnabled` boolean
    - `nextSyncAt` string, date, nullable
    - `lastSyncedAt` string, date, nullable
    - `lastSyncedMessage` string, nullable
    - `lastSyncFailureAt` string, date, nullable
    - `lastSyncFailureMessage` string, nullable
    - `lastSyncAttemptAt` string, date, nullable
    - `lastSyncAttemptStatus` string, nullable
    - `isSyncUsersRequested` boolean
    - `status` string
    - `namespace` object
      - `id` number, required
      - `nickname` string
    - `createdAt` string, date
    - `updatedAt` string, date
    - `uuid` string, nullable
    - `samlConfig` object, nullable
      - `id` integer, required
      - `issuer` string, nullable
      - `ssoUrl` string, nullable
      - `logoutUrl` string, nullable
      - `certificate` string, nullable
      - `entityId` string, nullable
      - `assertionUrl` string, nullable
    - `oidcConfig` object, nullable
      - `clientId` string, nullable
      - `subdomain` string
    - `clientAuth` object, nullable
      - `clientId` string
      - `clientSecret` string
      - `tenantId` string
      - `url` string
    - `basicAuth` object, nullable
      - `url` string
      - `authCreds` string
      - `groupsUrl` string
    - `scimAttributeMapping` object, nullable
      - `rules` object[]
        - `type` 'specific' | 'template', required
        - `mappings` object[]
          - `conditions` object[], required
            - `key` string, required
            - `value` string, required
          - `destinations` object[], required
            - `roleIds` integer[]
            - `accessGroupIds` integer[]
            - `videoUserGroupIds` string[]
    - `scimAccessTokens` object[]
      - `id` integer, required
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

[API](https://skmtc.net/openpath/apis/openpath-api-documentation.md) · [All operations](https://skmtc.net/openpath/apis/openpath-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpath/openpath-api-documentation/versions/d8a888c114fa/schema)
