Lightspeed · Example Payload

Restaurant K Series Staff Api Staff Group Example

POSRetailRestaurantEcommerce

Restaurant K Series Staff Api Staff Group Example is an example object payload from Lightspeed, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamerolesreportAccess

Example Payload

Raw ↑
{
  "id": 1234,
  "name": "Bar Staff",
  "roles": [
    {
      "id": 1234,
      "name": "ROLE_CAN_LOGIN"
    }
  ],
  "reportAccess": "STAFF_REPORT_OWN_ACCESS"
}