---
title: "Get GitHub Actions permissions for an enterprise"
method: GET
path: "/enterprises/{enterprise}/actions/permissions"
tags: ["enterprise-admin"]
---

# Get GitHub Actions permissions for an enterprise

`GET /enterprises/{enterprise}/actions/permissions`

Gets the GitHub Actions permissions policy for organizations and allowed actions in an enterprise.

You must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.

## Path parameters

- `enterprise` string, required

## Response `200`

Response

- ActionsEnterprisePermissions
  - `enabled_organizations` 'all' | 'none' | 'selected', required — The policy that controls the organizations in the enterprise that are allowed to run GitHub Actions.
  - `selected_organizations_url` string — The API URL to use to get or set the selected organizations that are allowed to run GitHub Actions, when `enabled_organizations` is set to `selected`.
  - `allowed_actions` 'all' | 'local_only' | 'selected' — The permissions policy that controls the actions that are allowed to run.
  - `selected_actions_url` string — The API URL to use to get or set the actions that are allowed to run, when `allowed_actions` is set to `selected`.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-5.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-5/versions/50ae54440071/schema)
