---
title: "List IdP groups for an organization"
method: GET
path: "/orgs/{orgId}/idp-groups"
tags: ["orgs"]
---

# List IdP groups for an organization

`GET /orgs/{orgId}/idp-groups`

Returns the IdP group catalog for the organization, including both SCIM-pushed and manually entered groups.

## Path parameters

- `orgId` integer, required

## Response `200`

OK

- ListIdpGroupsResponse
  - `groups` IdpGroupEntry[]
    - `displayName` string
    - `id` integer
    - `source` 'SCIM' | 'MANUAL'

## Other responses

- `403` — Operation not allowed
- `404` — Feature not enabled or organization not found

## Changes

> 14 revisions in range; 1 not diffed, 3 could not be searched.

- **2026-07-09** `aa8544683897` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/idp-groups/get.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
