API Reference
OIDC
Platform

Groups

AdminUpdated Sep 11, 2026

Groups

SCIM — a per-organization SCIM bearer token.

6 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /scim/v2/Groups

List directory groups, filterable by displayName eq and index-paginated.

POST /scim/v2/Groups

Create a directory group with an optional initial member set.

GET /scim/v2/Groups/:id

Fetch one directory group with its member references.

PUT /scim/v2/Groups/:id

Replace a group displayName and its full membership set.

PATCH /scim/v2/Groups/:id

PatchOp a group: add or remove members, or rename it.

DELETE /scim/v2/Groups/:id

Delete a directory group. Membership rows cascade with it.

Was this page helpful?
Groups