Flipdish · Example Payload

Customers Teammate Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Customers Teammate Example is an example object payload from Flipdish, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TeammateIdUserIdNameLastActivityAppIdInvitationStatusEmailAppAccessLevelHasAccessToAllStoresStoreIdsPropertyIds

Example Payload

Raw ↑
{
  "TeammateId": "500123",
  "UserId": 500123,
  "Name": "Example Name",
  "LastActivity": "2026-06-02T12:00:00Z",
  "AppId": "500123",
  "InvitationStatus": "Pending",
  "Email": "owner@example.com",
  "AppAccessLevel": "None",
  "HasAccessToAllStores": true,
  "StoreIds": [
    1
  ],
  "PropertyIds": [
    "string"
  ]
}