v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOrg Groups
List org group policy configs
List all org configs that are eligible to be used as organization group policies.
get/api/v2/org_group_policy_configs
Response
OK
Example response
{
"data": [
{
"attributes": {
"allowed_values": [
"UTC",
"US/Eastern",
"US/Pacific"
],
"default_value": "UTC",
"description": "The default timezone for monitors.",
"name": "monitor_timezone",
"value_type": "string"
},
"id": "monitor_timezone",
"type": "org_group_policy_configs"
}
]
}