GET
/staff/v1/businessLocations/{businessLocationId}/userTypes/POS/reportAccess
curl \
--request GET 'https://api.trial.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/userTypes/POS/reportAccess' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"value": "STAFF_REPORT_OWN_ACCESS",
"description": "The POS user can see their own reports"
}
]