enterprise-admin
Promote a custom property to an enterprise
Promotes an existing organization custom property to an enterprise.
To use this endpoint, the authenticated user must be an administrator for the enterprise.
put/enterprises/{enterprise}/properties/schema/organizations/{org}/{custom_property_name}/promote
Path parameters
enterprisestring required
The slug version of the enterprise name.
orgstring required
The organization name. The name is not case sensitive.
custom_property_namestring required
The custom property name
Response
Response
Example response
{
"source_type": "organization",
"value_type": "single_select",
"values_editable_by": "org_actors"
}