Chick-fil-A · Example Payload

Bovine Iam User Detail Example

Fast FoodRestaurantsFood & BeverageLoyaltyMobile OrderingCatering

Bovine Iam User Detail Example is an example object payload from Chick-fil-A, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AccountUser

Example Payload

Raw ↑
{
  "Account": {
    "accountNum": "123456789012"
  },
  "User": {
    "Username": "jsmith",
    "ManagedPolicies": [
      {}
    ],
    "AccessKeys": [
      {}
    ]
  }
}