List organization group memberships. Filter by org group ID or org UUID. At least one of filter[org_group_id] or filter[org_uuid] must be provided. When filtering by org UUID, returns a single-item list with the membership for that org.
This endpoint requires the org_group_read permission.
Arguments
Query Strings
Name
Type
Description
filter[org_group_id]
string
Filter memberships by org group ID. Required when filter[org_uuid] is not provided.
filter[org_uuid]
string
Filter memberships by org UUID. Returns a single-item list.
page[number]
integer
The page number to return.
page[size]
integer
The number of items per page. Maximum is 1000.
sort
enum
Field to sort memberships by. Supported values: name, uuid, -name, -uuid. Defaults to uuid. Allowed enum values: name, -name, uuid, -uuid
Move a batch of organizations from one org group to another. This is an atomic operation. Maximum 100 orgs per request.
This endpoint requires the org_group_write permission.
The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.
Allowed enum values: OVERRIDE_ALLOWED,GROUP_MANAGED,DELEGATE
default: OVERRIDE_ALLOWED
modified_at [required]
date-time
Timestamp when the policy was last modified.
policy_name [required]
string
The name of the policy.
policy_type [required]
enum
The type of the policy. Only org_config is supported, indicating a policy backed by an organization configuration setting.
Allowed enum values: org_config
default: org_config
id [required]
uuid
The ID of the org group policy.
relationships
object
Relationships of an org group policy.
org_group
object
Relationship to a single org group.
data [required]
object
A reference to an org group.
id [required]
uuid
The ID of the org group.
type [required]
enum
Org groups resource type.
Allowed enum values: org_groups
type [required]
enum
Org group policies resource type.
Allowed enum values: org_group_policies
links
object
Pagination links for navigating between pages of an org group list response.
first
string
Link to the first page.
last
string
Link to the last page.
next
string
Link to the next page.
prev
string
Link to the previous page.
self
string
Link to the current page.
meta
object
Pagination metadata for org group list responses.
page
object
Page-based pagination details for org group list responses.
The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.
Allowed enum values: OVERRIDE_ALLOWED,GROUP_MANAGED,DELEGATE
default: OVERRIDE_ALLOWED
modified_at [required]
date-time
Timestamp when the policy was last modified.
policy_name [required]
string
The name of the policy.
policy_type [required]
enum
The type of the policy. Only org_config is supported, indicating a policy backed by an organization configuration setting.
Allowed enum values: org_config
default: org_config
id [required]
uuid
The ID of the org group policy.
relationships
object
Relationships of an org group policy.
org_group
object
Relationship to a single org group.
data [required]
object
A reference to an org group.
id [required]
uuid
The ID of the org group.
type [required]
enum
Org groups resource type.
Allowed enum values: org_groups
type [required]
enum
Org group policies resource type.
Allowed enum values: org_group_policies
Attributes for creating an org group policy. If policy_type or enforcement_tier are not provided, they default to org_config and DEFAULT respectively.
content [required]
object
The policy content as key-value pairs.
enforcement_tier
enum
The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.
Allowed enum values: OVERRIDE_ALLOWED,GROUP_MANAGED,DELEGATE
default: OVERRIDE_ALLOWED
policy_name [required]
string
The name of the policy.
policy_type
enum
The type of the policy. Only org_config is supported, indicating a policy backed by an organization configuration setting.
Allowed enum values: org_config
default: org_config
relationships [required]
object
Relationships for creating a policy.
org_group [required]
object
Relationship to a single org group.
data [required]
object
A reference to an org group.
id [required]
uuid
The ID of the org group.
type [required]
enum
Org groups resource type.
Allowed enum values: org_groups
type [required]
enum
Org group policies resource type.
Allowed enum values: org_group_policies
The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.
Allowed enum values: OVERRIDE_ALLOWED,GROUP_MANAGED,DELEGATE
default: OVERRIDE_ALLOWED
modified_at [required]
date-time
Timestamp when the policy was last modified.
policy_name [required]
string
The name of the policy.
policy_type [required]
enum
The type of the policy. Only org_config is supported, indicating a policy backed by an organization configuration setting.
Allowed enum values: org_config
default: org_config
id [required]
uuid
The ID of the org group policy.
relationships
object
Relationships of an org group policy.
org_group
object
Relationship to a single org group.
data [required]
object
A reference to an org group.
id [required]
uuid
The ID of the org group.
type [required]
enum
Org groups resource type.
Allowed enum values: org_groups
type [required]
enum
Org group policies resource type.
Allowed enum values: org_group_policies
The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.
Allowed enum values: OVERRIDE_ALLOWED,GROUP_MANAGED,DELEGATE
default: OVERRIDE_ALLOWED
id [required]
uuid
The ID of the policy.
type [required]
enum
Org group policies resource type.
Allowed enum values: org_group_policies
The enforcement tier of the policy. OVERRIDE_ALLOWED means the policy is set but member orgs may mutate it. GROUP_MANAGED means the policy is strictly controlled and mutations are blocked for affected orgs. DELEGATE means each member org controls its own value.
Allowed enum values: OVERRIDE_ALLOWED,GROUP_MANAGED,DELEGATE
default: OVERRIDE_ALLOWED
modified_at [required]
date-time
Timestamp when the policy was last modified.
policy_name [required]
string
The name of the policy.
policy_type [required]
enum
The type of the policy. Only org_config is supported, indicating a policy backed by an organization configuration setting.
Allowed enum values: org_config
default: org_config
id [required]
uuid
The ID of the org group policy.
relationships
object
Relationships of an org group policy.
org_group
object
Relationship to a single org group.
data [required]
object
A reference to an org group.
id [required]
uuid
The ID of the org group.
type [required]
enum
Org groups resource type.
Allowed enum values: org_groups
type [required]
enum
Org group policies resource type.
Allowed enum values: org_group_policies
List policy overrides for an organization group. Requires a filter on org group ID. Optionally filter by policy ID.
This endpoint requires the org_group_read permission.
Arguments
Query Strings
Name
Type
Description
filter[org_group_id] [required]
string
Filter policy overrides by org group ID.
filter[policy_id]
string
Filter policy overrides by policy ID.
page[number]
integer
The page number to return.
page[size]
integer
The number of items per page. Maximum is 1000.
sort
enum
Field to sort overrides by. Supported values: id, org_uuid, -id, -org_uuid. Defaults to id. Allowed enum values: id, -id, org_uuid, -org_uuid
Response containing a list of org group policy configs.
Expand All
Field
Type
Description
data [required]
[object]
An array of org group policy configs.
attributes [required]
object
Attributes of an org group policy config.
allowed_values [required]
[string]
The allowed values for this config.
default_value [required]
The default value for this config.
description [required]
string
The description of the policy config.
name [required]
string
The name of the policy config.
value_type [required]
string
The type of the value for this config.
id [required]
string
The identifier of the policy config (uses the config name).
type [required]
enum
Org group policy configs resource type.
Allowed enum values: org_group_policy_configs
{"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"}]}