---
title: "List OIDC custom property inclusions for an enterprise"
method: GET
path: "/enterprises/{enterprise}/actions/oidc/customization/properties/repo"
tags: ["oidc"]
---

# List OIDC custom property inclusions for an enterprise

`GET /enterprises/{enterprise}/actions/oidc/customization/properties/repo`

Lists the repository custom properties that are included in the OIDC token for repository actions in an enterprise.

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

## Path parameters

- `enterprise` string, required

## Response `200`

A JSON array of OIDC custom property inclusions

- OidcCustomPropertyInclusion[]
  - `custom_property_name` string, required — The name of the custom property that is included in the OIDC token
  - `inclusion_source` 'organization' | 'enterprise', required — Whether the inclusion was defined at the organization or enterprise level

## Other responses

- `403` — Forbidden
- `404` — Resource not found

---

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