---
title: "Get all identity providers by organization"
method: GET
path: "/api/organizations/{organizationId}/identityproviders"
tags: ["IdentityProviders"]
---

# Get all identity providers by organization

`GET /api/organizations/{organizationId}/identityproviders`

Returns a list of all identity providers for the specified organization.

## Path parameters

- `organizationId` string, uuid, required

## Query parameters

- `offset` integer
- `limit` integer
- `conditions` Condition[]
  - `propertyName` string, nullable
  - `propertyValue` string, nullable
  - `operator` string, nullable
- `includeCount` boolean
- `descending` boolean
- `orderBy` string
- `filters` Filter[]
  - `propertyName` string, nullable
  - `propertyValue` string[], nullable
  - `filtertype` string, nullable
  - `ignoreCase` boolean
- `fields` string[]
- `f` string[]
- `userId` string, uuid

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.dev/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.dev/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crosser/edge-director-api/revisions/746b3f44e69d/schema)
