---
title: "Get a list of SAML IDPs"
method: GET
path: "/api/v1/saml/idps"
tags: ["SAML"]
---

# Get a list of SAML IDPs

`GET /api/v1/saml/idps`

Required scope - root

## Response `200`

A list of SAML IDPs

- object
  - `idps` SamlIdp[]
    - `id` number, required
    - `name` string, required
    - `isActive` boolean, required
    - `userIdAttribute` string, required
    - `emailAttribute` string, nullable, required
    - `firstNameAttribute` string, nullable, required
    - `lastNameAttribute` string, nullable, required
    - `metadata` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `deletedAt` string, nullable, required

---

[API](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api.md) · [All operations](https://skmtc.net/valuemelody/apis/melody-auth-s2s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valuemelody/melody-auth-s2s-api/versions/2e1471620fd7/schema)
