---
title: "Manually add an IdP group to the catalog"
method: POST
path: "/orgs/{orgId}/idp-groups"
tags: ["orgs"]
---

# Manually add an IdP group to the catalog

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

Adds a group entry to the IdP group catalog via manual entry. The admin must enter the exact claim value their IdP sends in the groups claim.

## Path parameters

- `orgId` integer, required

## Request body

- CreateIdpGroupRequest
  - `displayName` string

## Response `200`

Group entry created

- IdpGroupEntry
  - `displayName` string
  - `id` integer
  - `source` 'SCIM' | 'MANUAL'

## Other responses

- `400` — Invalid request (empty group value)
- `403` — Operation not allowed
- `404` — Feature not enabled or organization not found
- `409` — Group with same value already exists

---

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