v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
enterprise-admin

List custom property values for organizations in an enterprise

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
get/enterprises/{enterprise}/org-properties/values

Path parameters

enterprisestring required

The slug version of the enterprise name.

Query parameters

per_pageinteger

The number of results per page (max 100). For more information, see "Using pagination in the REST API."

pageinteger

The page number of the results to fetch. For more information, see "Using pagination in the REST API."

Response

Response

organization_idinteger required
organization_loginstring required

Example response

[
  {
    "organization_id": 1296269,
    "organization_login": "Hello-World"
  }
]