---
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

---

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