Get managegroups
GET /v3/manage/groups/{external_group_id} — one IdP-synced group and its members, for
list+detail parity with /keys. manage:read, org-scoped: a group id not in the calling key’s
org is a 404, never another org’s group. Addressed by external_group_id (the IdP id), like the
list; the internal PK is never exposed. external_group_id is unique per org
(unique_together with organization on the model), so the org-scoped lookup matches at most
one row — get_object cannot raise MultipleObjectsReturned.
Path Parameters
Response
A directory-synced group as the management plane exposes it: the stable IdP identifiers plus
the member emails. The internal PK is not exposed; external_group_id is the addressable id.