API referenceScim
SCIM `GET /Groups/{id}` — returns the group only if this IdP owns it.
curl -X GET "https://example.com/scim/v2/Groups/string"nullSCIM `DELETE /Groups/{id}` — hard-deletes the team row. Group rows don't carry historical state we need to retain, so deletion is fine; users keep their other team memberships. DELETE
Previous Page
SCIM `GET /Groups` — list groups this IdP provisioned. Filter subset: `displayName eq` and `externalId eq`. GET
Next Page