Amazon Organizations · Example Payload

Openapi Organization Example

Account ManagementConsolidated BillingGovernanceMulti-AccountOrganizationsPolicies

Openapi Organization Example is an example object payload from Amazon Organizations, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdArnFeatureSetMasterAccountArnMasterAccountIdMasterAccountEmail

Example Payload

Raw ↑
{
  "Id": "resource-abc123",
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "FeatureSet": "CONSOLIDATED_BILLING",
  "MasterAccountArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "MasterAccountId": "resource-abc123",
  "MasterAccountEmail": "example-string"
}