---
title: "Enable a selected organization for GitHub Actions in an enterprise"
method: PUT
path: "/enterprises/{enterprise}/actions/permissions/organizations/{org_id}"
tags: ["enterprise-admin"]
---

# Enable a selected organization for GitHub Actions in an enterprise

`PUT /enterprises/{enterprise}/actions/permissions/organizations/{org_id}`

Adds an organization to the list of selected organizations that are enabled for GitHub Actions in an enterprise. To use this endpoint, the enterprise permission policy for `enabled_organizations` must be configured to `selected`. For more information, see "[Set GitHub Actions permissions for an enterprise](#set-github-actions-permissions-for-an-enterprise)."

OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.

## Path parameters

- `enterprise` string, required
- `org_id` integer, required

## Response `204`

Response

---

[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)
