Lightspeed · Example Payload

Restaurant K Series Staff Api Posstaff Example

POSRetailRestaurantEcommerce

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

Top-level fields

staffIdusernameuserTypesfirstNamelastNameactivepinCodeSetcreatedOnmodifiedOnbusinessIdbusinessLocationIdgroupsreportAccessroles

Example Payload

Raw ↑
{
  "staffId": 1234,
  "username": "John Doe",
  "userTypes": [
    "API"
  ],
  "firstName": "John",
  "lastName": "Doe",
  "active": true,
  "pinCodeSet": false,
  "createdOn": "2026-03-15T14:30:00Z",
  "modifiedOn": "2026-03-15T14:30:00Z",
  "businessId": 12345,
  "businessLocationId": 1234567890,
  "groups": [
    {
      "id": 1234,
      "name": "Bar Staff"
    }
  ],
  "reportAccess": [
    "STAFF_REPORT_OWN_ACCESS"
  ],
  "roles": [
    {
      "id": 1234,
      "name": "ROLE_CAN_LOGIN"
    }
  ]
}