enterprise-admin
Get a custom property for an enterprise
Gets a custom property that is defined for an enterprise. Enterprise members can read these properties.
get/enterprises/{enterprise}/properties/schema/{custom_property_name}
Path parameters
enterprisestring required
The slug version of the enterprise name.
custom_property_namestring required
The custom property name
Response
Response
Example response
{
"source_type": "organization",
"value_type": "single_select",
"values_editable_by": "org_actors"
}