enterprise-admin
Get organization custom properties schema for an enterprise
Gets all organization custom property definitions that are defined on an enterprise.
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/schema
Path parameters
enterprisestring required
The slug version of the enterprise name.
Response
Response
Example response
[
{
"source_type": "organization",
"value_type": "single_select",
"values_editable_by": "enterprise_actors"
}
]