Acquia · Example Payload

Acquia Cloud Organization Example

ContentExperience

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

Top-level fields

iduuidnamesubscriptions_totaladmins_totalusers_totalteams_totalroles_totalownerflags_links_embedded

Example Payload

Raw ↑
{
  "id": "500123",
  "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Production Application",
  "subscriptions_total": 1,
  "admins_total": 1,
  "users_total": 1,
  "teams_total": 1,
  "roles_total": 1,
  "owner": "sample-value",
  "flags": {
    "federated_authentication": true
  },
  "_links": "sample-value",
  "_embedded": {
    "owner": "sample-value"
  }
}