---
title: "Get extant"
method: GET
path: "/v1/enterprise_connections"
tags: ["Enterprise Connections"]
---

# Get extant

`GET /v1/enterprise_connections`

Gets information for all the enterprise connections for the given organization.

## Query parameters

- `organization_id` integer, required

## Response `200`

Array of enterprise connections

- object
  - `data` object[]
    - `attributes` EnterpriseConnection
      - `id` integer — ID
      - `organization_id` integer — Organization ID
      - `default_organization_id` integer — Default organization ID
      - `name` string — Name
      - `display_name` string — Display Name
      - `role_default` integer — Default role
      - `role_map` EnterpriseConnectionRoleMap[] — Role map
        - `role` string
        - `group` string
      - `sub_prefix` string
      - `conn_id` string
      - `idp` 'openid' | 'okta' | 'azure' | 'google' — The type of the enterprise connection's IDP.
      - `authorized_domains` string[] — Domains that are authorized to connect.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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