---
title: "List custom property values for organizations in an enterprise"
method: GET
path: "/enterprises/{enterprise}/org-properties/values"
tags: ["enterprise-admin"]
---

# List custom property values for organizations in an enterprise

`GET /enterprises/{enterprise}/org-properties/values`

Lists enterprise organizations with all of their custom property values.

Access requirements:
- Enterprise admins
- OAuth tokens and personal access tokens (classic) with the `read:enterprise` scope
- Actors with the enterprise-level "read enterprise custom properties for organizations" fine-grained permission or above

## Path parameters

- `enterprise` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- CustomPropertiesForOrgsGetEnterprisePropertyValues[]
  - `organization_id` integer, required
  - `organization_login` string, required
  - `properties` CustomPropertyValue[], required — List of custom property names and associated values
    - `property_name` string, required — The name of the property
    - `value` union, required — The value assigned to the property
      - string, nullable
      - string[]

## Other responses

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

## Changes

- **2026-09-02** `07f1a6af5cf0` — 1 breaking
  - the response property `items/properties/items/value/oneOf[subschema #1]/` became nullable for the status `200`

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/enterprises/:enterprise/org-properties/values/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/07f1a6af5cf0/schema)
