---
title: "Get enterprise-owned organizations that can have GitHub Apps installed"
method: GET
path: "/enterprises/{enterprise}/apps/installable_organizations"
tags: ["apps"]
---

# Get enterprise-owned organizations that can have GitHub Apps installed

`GET /enterprises/{enterprise}/apps/installable_organizations`

List the organizations owned by the enterprise, intended for use by GitHub Apps that are managing applications across the enterprise.

This API can only be called by a GitHub App installed on the enterprise that owns the organization.

## Path parameters

- `enterprise` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

A list of organizations owned by the enterprise on which the authenticated GitHub App is installed.

- InstallableOrganization[]
  - `id` integer, required
  - `login` string, required
  - `accessible_repositories_url` string, uri

---

[API](https://skmtc.net/github/apis/ghec.md) · [All operations](https://skmtc.net/github/apis/ghec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghec/revisions/8ae6d0c8716e/schema)
